summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemonInterface.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-02-24 19:23:14 +0000
committerChris Wilson <chris+github@qwirx.com>2010-02-24 19:23:14 +0000
commit02aec706836e1a6ee905f6f00228957a71251391 (patch)
treeb7dbe494283252f08c864cc59e389efeb3399b6f /bin/bbackupd/BackupDaemonInterface.h
parent751e25f296a8ae7569f4df8b1645f092a6c1d0fd (diff)
Add notification about uploading new file attributes.
Add check for changing file creation times on Windows, to cause the attributes to be uploaded again.
Diffstat (limited to 'bin/bbackupd/BackupDaemonInterface.h')
-rw-r--r--bin/bbackupd/BackupDaemonInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemonInterface.h b/bin/bbackupd/BackupDaemonInterface.h
index 5bbdd427..2a2d8d4b 100644
--- a/bin/bbackupd/BackupDaemonInterface.h
+++ b/bin/bbackupd/BackupDaemonInterface.h
@@ -123,6 +123,9 @@ class ProgressNotifier
virtual void NotifyFileUploadingPatch(
const BackupClientDirectoryRecord* pDirRecord,
const std::string& rLocalPath) = 0;
+ virtual void NotifyFileUploadingAttributes(
+ const BackupClientDirectoryRecord* pDirRecord,
+ const std::string& rLocalPath) = 0;
virtual void NotifyFileUploaded(
const BackupClientDirectoryRecord* pDirRecord,
const std::string& rLocalPath,