mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 07:31:21 +02:00
- threadsafe cache manager and recursive checking in xml loader (possible fix for issue experienced by james in windows build)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
namespace Shared { namespace PlatformCommon {
|
||||
|
||||
//Mutex CacheManager::mutexCache;
|
||||
std::map<string, Mutex *> CacheManager::itemCacheMutexList;
|
||||
const char *CacheManager::getFolderTreeContentsCheckSumRecursivelyCacheLookupKey1 = "CRC_Cache_FileTree1";
|
||||
const char *CacheManager::getFolderTreeContentsCheckSumRecursivelyCacheLookupKey2 = "CRC_Cache_FileTree2";
|
||||
const char *CacheManager::getFolderTreeContentsCheckSumListRecursivelyCacheLookupKey1 = "CRC_Cache_FileTreeList1";
|
||||
|
Reference in New Issue
Block a user