|
|
От: | sanchosz | |
| Дата: | 29.11.09 19:04 | ||
| Оценка: | |||
RK>class cCacheSystem
RK>{
RK> public:
RK> static string rootDir;
RK> static string cacheDir;
RK> static string pathToMetaFile;
RK>static string getRootDir() {
static string rootDir = "/root/dir";
return rootDor;
}