Subversion Repositories spk

Rev

Rev 78 | Rev 94 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 84
Line 12... Line 12...
12
namespace SPK {
12
namespace SPK {
13
 
13
 
14
tclass CVirtualFileSystem
14
tclass CVirtualFileSystem
15
{
15
{
16
public:
16
public:
17
	typedef std::map<std::string, std::string> FileList;
17
	typedef std::map<Utils::String, Utils::String> FileList;
18
	typedef std::map<std::string, std::string>::iterator FileListItr;
18
	typedef std::map<Utils::String, Utils::String>::iterator FileListItr;
19
 
19
 
20
private:
20
private:
21
	Utils::String	m_sAddon;
21
	Utils::String	m_sAddon;
22
	Utils::String	m_sDir;
22
	Utils::String	m_sDir;
23
	bool		m_bLoaded;
23
	bool		m_bLoaded;