Changeset 3082 for box/trunk/lib/backupclient
- Timestamp:
- 02/02/2012 22:20:29 (4 months ago)
- Location:
- box/trunk/lib/backupclient
- Files:
-
- 2 edited
-
BackupClientRestore.cpp (modified) (1 diff)
-
BackupClientRestore.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupClientRestore.cpp
r3002 r3082 842 842 // -------------------------------------------------------------------------- 843 843 int BackupClientRestore(BackupProtocolClient &rConnection, 844 int64_t DirectoryID, const char *RemoteDirectoryName,845 const char *LocalDirectoryName, bool PrintDots, bool RestoreDeleted,844 int64_t DirectoryID, const std::string& RemoteDirectoryName, 845 const std::string& LocalDirectoryName, bool PrintDots, bool RestoreDeleted, 846 846 bool UndeleteAfterRestoreDeleted, bool Resume, 847 847 bool ContinueAfterErrors) -
box/trunk/lib/backupclient/BackupClientRestore.h
r2828 r3082 25 25 int BackupClientRestore(BackupProtocolClient &rConnection, 26 26 int64_t DirectoryID, 27 const char *RemoteDirectoryName,28 const char *LocalDirectoryName,29 bool PrintDots = false,30 bool RestoreDeleted = false,31 bool UndeleteAfterRestoreDeleted = false,32 bool Resume = false,33 bool ContinueAfterErrors = false);27 const std::string& RemoteDirectoryName, 28 const std::string& LocalDirectoryName, 29 bool PrintDots, 30 bool RestoreDeleted, 31 bool UndeleteAfterRestoreDeleted, 32 bool Resume, 33 bool ContinueAfterErrors); 34 34 35 35 #endif // BACKUPSCLIENTRESTORE__H
Note: See TracChangeset
for help on using the changeset viewer.
