Changeset 2157 for box/trunk/lib/backupclient/BackupClientRestore.h
- Timestamp:
- 05/05/2008 15:44:38 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/backupclient/BackupClientRestore.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupClientRestore.h
r1082 r2157 16 16 { 17 17 Restore_Complete = 0, 18 Restore_ResumePossible = 1, 19 Restore_TargetExists = 2, 20 Restore_TargetPathNotFound = 3, 21 Restore_UnknownError = 4, 18 Restore_ResumePossible, 19 Restore_TargetExists, 20 Restore_TargetPathNotFound, 21 Restore_UnknownError, 22 Restore_CompleteWithErrors, 22 23 }; 23 24 24 int BackupClientRestore(BackupProtocolClient &rConnection, int64_t DirectoryID, const char *LocalDirectoryName, 25 bool PrintDots = false, bool RestoreDeleted = false, bool UndeleteAfterRestoreDeleted = false, bool Resume = false); 25 int BackupClientRestore(BackupProtocolClient &rConnection, 26 int64_t DirectoryID, 27 const char *LocalDirectoryName, 28 bool PrintDots = false, 29 bool RestoreDeleted = false, 30 bool UndeleteAfterRestoreDeleted = false, 31 bool Resume = false, 32 bool ContinueAfterErrors = false); 26 33 27 34 #endif // BACKUPSCLIENTRESTORE__H
Note: See TracChangeset
for help on using the changeset viewer.
