From e9070532716f24451850b1434606be0802524354 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 3 Jan 2009 18:58:43 +0000 Subject: Compare API for notification on starting to compare a file or directory. --- bin/bbackupquery/BackupQueries.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bin/bbackupquery/BackupQueries.h') diff --git a/bin/bbackupquery/BackupQueries.h b/bin/bbackupquery/BackupQueries.h index 0744a1c3..392aa428 100644 --- a/bin/bbackupquery/BackupQueries.h +++ b/bin/bbackupquery/BackupQueries.h @@ -213,6 +213,11 @@ public: mExcludedDirs ++; } + virtual void NotifyDirComparing(const std::string& rLocalPath, + const std::string& rRemotePath) + { + } + virtual void NotifyDirCompared( const std::string& rLocalPath, const std::string& rRemotePath, @@ -238,7 +243,12 @@ public: } } } - + + virtual void NotifyFileComparing(const std::string& rLocalPath, + const std::string& rRemotePath) + { + } + virtual void NotifyFileCompared(const std::string& rLocalPath, const std::string& rRemotePath, int64_t NumBytes, bool HasDifferentAttributes, bool HasDifferentContents, -- cgit v1.2.3