Ignore:
Timestamp:
13/09/2008 16:29:26 (3 years ago)
Author:
chris
Message:

Add command to undelete a file, to complete the set of commands
implemented by the bbstored server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbstored/BackupStoreContext.h

    r2262 r2282  
    113113        bool ChangeFileAttributes(const BackupStoreFilename &rFilename, int64_t InDirectory, const StreamableMemBlock &Attributes, int64_t AttributesHash, int64_t &rObjectIDOut); 
    114114        bool DeleteFile(const BackupStoreFilename &rFilename, int64_t InDirectory, int64_t &rObjectIDOut); 
     115        bool UndeleteFile(int64_t ObjectID, int64_t InDirectory); 
    115116        void DeleteDirectory(int64_t ObjectID, bool Undelete = false); 
    116117        void MoveObject(int64_t ObjectID, int64_t MoveFromDirectory, int64_t MoveToDirectory, const BackupStoreFilename &rNewFilename, bool MoveAllWithSameName, bool AllowMoveOverDeletedObject); 
Note: See TracChangeset for help on using the changeset viewer.