]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
* GuiDocument.cpp:
[lyx.git] / src / LyXVC.h
index 6fbcafa5a235dcf9e96203db8a61741d325c4b1b..1d576f93d057a407dbeccc69061889f909fa07ff 100644 (file)
@@ -77,6 +77,14 @@ public:
        /// Does the current VC supports this operation?
        bool checkOutEnabled();
 
+       /**
+        * Toggle locking property of the edited file,
+        * i.e. whether the file uses locking mechanism.
+        */
+       std::string lockingToggle();
+       /// Does the current VC supports this operation?
+       bool lockingToggleEnabled();
+
        /// Revert to last version
        void revert();