From ef3ec13969761b01372920ef942caa30e8ec6ef7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 16 Jan 2011 23:36:20 +0000 Subject: Move code for comparing file data out of line for readability. Add a new notification function for local file access errors, to distinguish them from download errors (remote server errors). --- bin/bbackupquery/BoxBackupCompareParams.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/bbackupquery/BoxBackupCompareParams.h') diff --git a/bin/bbackupquery/BoxBackupCompareParams.h b/bin/bbackupquery/BoxBackupCompareParams.h index c58759a2..655df947 100644 --- a/bin/bbackupquery/BoxBackupCompareParams.h +++ b/bin/bbackupquery/BoxBackupCompareParams.h @@ -82,6 +82,11 @@ public: virtual void NotifyDownloadFailed(const std::string& rLocalPath, const std::string& rRemotePath, int64_t NumBytes, BoxException& rException) = 0; + virtual void NotifyLocalFileReadFailed(const std::string& rLocalPath, + const std::string& rRemotePath, int64_t NumBytes, + std::exception& rException) = 0; + virtual void NotifyLocalFileReadFailed(const std::string& rLocalPath, + const std::string& rRemotePath, int64_t NumBytes) = 0; virtual void NotifyDownloadFailed(const std::string& rLocalPath, const std::string& rRemotePath, int64_t NumBytes, std::exception& rException) = 0; -- cgit v1.2.3