]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
Remove traces of Q_CYGWIN_WIN
[lyx.git] / src / LyXVC.h
index 86d7dcc370bf4c5c1367b81a4dd6dfba636c48fc..79490ec89179fe8b156582aef4ddbb827019dd8a 100644 (file)
@@ -67,13 +67,13 @@ public:
        /// Register the document as an VC file.
        void registrer();
 
-       /// Unlock and commit changes.
-       void checkIn();
+       /// Unlock and commit changes. Returns log.
+       std::string checkIn();
        /// Does the current VC supports this operation?
        bool checkInEnabled();
 
-       /// Lock and prepare to edit document.
-       void checkOut();
+       /// Lock/update and prepare to edit document. Returns log.
+       std::string checkOut();
        /// Does the current VC supports this operation?
        bool checkOutEnabled();