From 801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:13:35 +0200 Subject: 3.21 --- synchronization.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synchronization.h') diff --git a/synchronization.h b/synchronization.h index 0f1931cb..9ee0667a 100644 --- a/synchronization.h +++ b/synchronization.h @@ -80,6 +80,7 @@ public: bool verifyCopiedFiles, bool copyLockedFiles, bool copyFilePermissions, + bool transactionalFileCopy, ProcessCallback& handler); //CONTRACT: syncConfig must have SAME SIZE folderCmp and correspond per row! @@ -91,6 +92,7 @@ private: const bool verifyCopiedFiles_; const bool copyLockedFiles_; const bool copyFilePermissions_; + const bool transactionalFileCopy_; //warnings xmlAccess::OptionalDialogs& m_warnings; -- cgit