Ignore:
Timestamp:
28/08/2010 10:01:16 (21 months ago)
Author:
chris
Message:

Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientInodeToIDMap.h

    r2631 r2717  
    1818// avoid having to include the DB files when not necessary 
    1919#ifndef BACKIPCLIENTINODETOIDMAP_IMPLEMENTATION 
    20         class DEPOT; 
     20        struct TDB_CONTEXT; 
     21        struct TDB_DATUM; 
    2122#endif 
    2223 
     
    5051        bool mEmpty; 
    5152        std::string mFilename; 
    52         DEPOT *mpDepot; 
     53        TDB_CONTEXT *mpContext; 
    5354}; 
    5455 
Note: See TracChangeset for help on using the changeset viewer.