Mercurial > mercurial > hgweb_mover2.cgi
view include/cache.h @ 28:d54f1f1e583d v2.3
Added tag v2.3 for changeset d21de4693652
author | pyon@macmini |
---|---|
date | Sat, 05 Nov 2011 12:21:36 +0900 |
parents | a2dd16b70c08 |
children |
line wrap: on
line source
// Filename : cache.h // Last Change: 01-Nov-2011. // #ifndef __cache__ #define __cache__ class CacheItem { public: wxString filename; // key wxString fullpath; wxString modtime; float z; long l; bool marksheet; wxBitmap thumbnail; wxBitmap selthumbnail; bool exists; }; #endif // __cache__