Mercurial > mercurial > hgweb_mover2.cgi
view include/cache.h @ 16:e60175dc675e v2.1
Added tag 13, v2.1 for changeset df439f9831d2
author | pyon@macmini |
---|---|
date | Sun, 23 Oct 2011 21:33:02 +0900 |
parents | 6ed3b64ed39a |
children | a2dd16b70c08 |
line wrap: on
line source
// Filename : cache.h // Last Change: 23-Oct-2011. // #ifndef __cache__ #define __cache__ class CacheItem { public: wxString filename; // key wxString fullpath; wxString modtime; float z; long l; bool marksheet; wxBitmap thumbnail; bool exists; }; #endif // __cache__