Deprecated Acquire/ReleaseLock from IGameConfigManager, use thread pump in updater.

This commit is contained in:
David Anderson
2009-02-17 15:59:51 -05:00
parent 16033c1307
commit 97e25c37de
6 changed files with 102 additions and 80 deletions
+2 -2
View File
@@ -163,12 +163,12 @@ namespace SourceMod
virtual void RemoveUserConfigHook(const char *sectionname, ITextListener_SMC *listener) =0;
/**
* @brief Acquires a file reading lock on the gamedata system.
* @brief Does nothing.
*/
virtual void AcquireLock() = 0;
/**
* @brief Releases the file reading lock.
* @brief Does nothing.
*/
virtual void ReleaseLock() = 0;
};