summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/BoxBackupCompareParams.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-01-03 18:58:43 +0000
committerChris Wilson <chris+github@qwirx.com>2009-01-03 18:58:43 +0000
commite9070532716f24451850b1434606be0802524354 (patch)
tree498785438f2dbbf2047821963484d9e190653e7e /bin/bbackupquery/BoxBackupCompareParams.h
parentc56e4f5d4049c1c6ede4d899a22c7de87d331153 (diff)
Compare API for notification on starting to compare a file or directory.
Diffstat (limited to 'bin/bbackupquery/BoxBackupCompareParams.h')
-rw-r--r--bin/bbackupquery/BoxBackupCompareParams.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bbackupquery/BoxBackupCompareParams.h b/bin/bbackupquery/BoxBackupCompareParams.h
index d8c50fc3..7cd75e27 100644
--- a/bin/bbackupquery/BoxBackupCompareParams.h
+++ b/bin/bbackupquery/BoxBackupCompareParams.h
@@ -90,9 +90,13 @@ public:
const std::string& rRemotePath) = 0;
virtual void NotifyExcludedDir(const std::string& rLocalPath,
const std::string& rRemotePath) = 0;
+ virtual void NotifyDirComparing(const std::string& rLocalPath,
+ const std::string& rRemotePath) = 0;
virtual void NotifyDirCompared(const std::string& rLocalPath,
const std::string& rRemotePath, bool HasDifferentAttributes,
bool modifiedAfterLastSync) = 0;
+ virtual void NotifyFileComparing(const std::string& rLocalPath,
+ const std::string& rRemotePath) = 0;
virtual void NotifyFileCompared(const std::string& rLocalPath,
const std::string& rRemotePath, int64_t NumBytes,
bool HasDifferentAttributes, bool HasDifferentContents,