Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cFileCache.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cFileCache_H
7 #define _INC_cFileCache_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../GrayLibBase.h"
13 #include "GrayCore/include/cFile.h"
14 
15 namespace GrayLib
16 {
18  {
24 
25  cStringF m_sInstallDir;
26  TIMESECD_t m_tOldAge;
27 
28  public:
29  cFileCache();
30  ~cFileCache();
31 
32  // TODO
33 
34  // Get file name in cache. The file may of may not exist.,
35  // cFilePath GetCacheName(const FILECHAR_t* pszFile);
36  // Delete all old files.
37  // void DeleteOldFiles();
38  };
39 }
40 
41 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cFileCache.h:18
Definition: cMesh.h:22
int TIMESECD_t
signed delta seconds. like TIMESEC_t. redefined in TimeUnits.h.
Definition: cTimeSys.h:19