more OutputDebugString() conversions, and removed a useless trace in the base WResource destructor - instead, moved it up to WCachedResource so that we can output the filename of the resource that is being destroyed.

This commit is contained in:
wrenczes@gmail.com
2010-10-06 11:46:10 +00:00
parent 5595c0d3d8
commit 78f8ff98bb
3 changed files with 11 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ public:
friend class WResourceManager;
template<class cacheItem,class cacheActual> friend class WCache;
virtual ~WCachedResource() {};
virtual ~WCachedResource();
string mFilename;
virtual void Refresh()=0; //Basically calls Attempt(filename) and remaps in situ.