Changes to support move of CZipFile into Framework namespace.

git-svn-id: http://svn.purei.org/purei/trunk@552 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
jpd002 2009-10-12 00:06:24 +00:00
parent 5ef852659f
commit 11e3bf041d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#include "zip/ZipFile.h"
class CMemoryStateFile : public CZipFile
class CMemoryStateFile : public Framework::CZipFile
{
public:
CMemoryStateFile(const char*, void*, size_t);

View File

@ -5,7 +5,7 @@
#include "uint128.h"
#include <map>
class CRegisterStateFile : public CZipFile
class CRegisterStateFile : public Framework::CZipFile
{
public:
CRegisterStateFile(const char*);

View File

@ -6,7 +6,7 @@
#include "StructFile.h"
#include "uint128.h"
class CStructCollectionStateFile : public CZipFile
class CStructCollectionStateFile : public Framework::CZipFile
{
public:
typedef std::map<std::string, CStructFile> StructMap;