Added the ability to mark plugins as "disabled." This blocks the plugin from loading in other files.

Fixed a bug where the PCALM cache was invalidated on file read, rather than plugin finalization.
This commit is contained in:
David Anderson
2006-08-17 18:25:23 +00:00
parent e015df58c8
commit 5524d5dca1
3 changed files with 59 additions and 4 deletions

View File

@@ -165,6 +165,7 @@ public:
void CALMFromFile(const char *file);
private:
List<plcache_entry *> m_plcache;
List<String *> m_BlockList;
};
#endif //PLUGIN_H