Changeset 2717 for box/trunk/bin/bbackupd/BackupClientInodeToIDMap.h
- Timestamp:
- 28/08/2010 10:01:16 (21 months ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupClientInodeToIDMap.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientInodeToIDMap.h
r2631 r2717 18 18 // avoid having to include the DB files when not necessary 19 19 #ifndef BACKIPCLIENTINODETOIDMAP_IMPLEMENTATION 20 class DEPOT; 20 struct TDB_CONTEXT; 21 struct TDB_DATUM; 21 22 #endif 22 23 … … 50 51 bool mEmpty; 51 52 std::string mFilename; 52 DEPOT *mpDepot;53 TDB_CONTEXT *mpContext; 53 54 }; 54 55
Note: See TracChangeset
for help on using the changeset viewer.
