diff options
Diffstat (limited to 'lib/shadow.h')
-rw-r--r-- | lib/shadow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/shadow.h b/lib/shadow.h index 4a05c860..f59d7753 100644 --- a/lib/shadow.h +++ b/lib/shadow.h @@ -21,7 +21,8 @@ class ShadowCopy //take and buffer Windows Volume Shadow Copy snapshots as neede public: ShadowCopy() {} - Zstring makeShadowCopy(const Zstring& inputFile, const std::function<void(const Zstring&)>& onBeforeMakeVolumeCopy); //throw FileError; returns filename on shadow copy + //return filename on shadow copy volume - follows symlinks! + Zstring makeShadowCopy(const Zstring& inputFile, const std::function<void(const Zstring&)>& onBeforeMakeVolumeCopy); //throw FileError private: ShadowCopy(const ShadowCopy&); @@ -33,4 +34,4 @@ private: }; } -#endif // SHADOW_H_INCLUDED +#endif //SHADOW_H_INCLUDED |