Ignore:
Timestamp:
05/07/2009 22:43:57 (3 years ago)
Author:
chris
Message:

Allow RaidFileWrite? to test that the reference count of an object is
correct before overwriting or deleting it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/raidfile/RaidFileWrite.h

    r217 r2543  
    2929public: 
    3030        RaidFileWrite(int SetNumber, const std::string &Filename); 
     31        RaidFileWrite(int SetNumber, const std::string &Filename, int refcount); 
    3132        ~RaidFileWrite(); 
    3233private: 
     
    6162        std::string mFilename; 
    6263        int mOSFileHandle; 
     64        int mRefCount; 
    6365}; 
    6466 
Note: See TracChangeset for help on using the changeset viewer.