- bugfix for CRC handling in connected menu

This commit is contained in:
Mark Vejvoda
2011-01-10 00:33:40 +00:00
parent 7bc6b603b9
commit 3dd6f244e6
3 changed files with 26 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ private:
static std::map<string,int32> fileListCache;
void addSum(int32 value);
void addFileToSum(const string &path);
bool addFileToSum(const string &path);
public:
Checksum();
@@ -49,6 +49,9 @@ public:
void addByte(int8 value);
void addString(const string &value);
void addFile(const string &path);
static void removeFileFromCache(const string file);
static void clearFileCache();
};
}}//end namespace