[Box Backup-commit] COMMIT r1082 - box/chris/merge/lib/backupclient

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Oct 17 00:13:30 BST 2006


Author: chris
Date: 2006-10-17 00:13:30 +0100 (Tue, 17 Oct 2006)
New Revision: 1082

Modified:
   box/chris/merge/lib/backupclient/BackupClientRestore.h
Log:
Add new return codes from BackupClientRestore for use on Win32. (refs #3)


Modified: box/chris/merge/lib/backupclient/BackupClientRestore.h
===================================================================
--- box/chris/merge/lib/backupclient/BackupClientRestore.h	2006-10-16 23:13:00 UTC (rev 1081)
+++ box/chris/merge/lib/backupclient/BackupClientRestore.h	2006-10-16 23:13:30 UTC (rev 1082)
@@ -16,7 +16,9 @@
 {
 	Restore_Complete = 0,
 	Restore_ResumePossible = 1,
-	Restore_TargetExists = 2
+	Restore_TargetExists = 2,
+	Restore_TargetPathNotFound = 3,
+	Restore_UnknownError = 4,
 };
 
 int BackupClientRestore(BackupProtocolClient &rConnection, int64_t DirectoryID, const char *LocalDirectoryName,




More information about the Boxbackup-commit mailing list