]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
two patches from john
[lyx.git] / src / lyxvc.h
index a0d8227ae6940060b4a1345a303d31b1b201ed80..75bc7871cd89c7b8e00ac4dea02a63287a2ce2ec 100644 (file)
@@ -68,7 +68,11 @@ public:
        /// Undo last check-in.
        void undoLast();
 
-       /// generate a log file and return the filename
+       /**
+        * Generate a log file and return the filename.
+        * It is the caller's responsibility to unlink the
+        * file after use.
+        */
        const string getLogFile() const;
 
        /// 
@@ -78,7 +82,9 @@ public:
        bool inUse();
 
        /// Returns the version number.
-       string const & version() const;
+       //string const & version() const;
+       /// Returns the version number.
+       string const versionString() const;
 
        /// Returns the userid of the person who has locked the doc.
        string const & locker() const;