diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:13:35 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:13:35 +0200 |
commit | 801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc (patch) | |
tree | 473f4a9ea5016f146fb2ff6085807bc91a84c84e /synchronization.h | |
parent | 3.20 (diff) | |
download | FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.tar.gz FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.tar.bz2 FreeFileSync-801e8b43b13f1cb67d9e9ba4aae5acb274ccdfbc.zip |
3.21
Diffstat (limited to 'synchronization.h')
-rw-r--r-- | synchronization.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |