X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxvc.h;h=75bc7871cd89c7b8e00ac4dea02a63287a2ce2ec;hb=342932ad32b6eb9afc0845717d2e3f25433bb5f1;hp=a0d8227ae6940060b4a1345a303d31b1b201ed80;hpb=8a766b722d99c0a5b1a08e5397d194a5300c5dc7;p=lyx.git diff --git a/src/lyxvc.h b/src/lyxvc.h index a0d8227ae6..75bc7871cd 100644 --- a/src/lyxvc.h +++ b/src/lyxvc.h @@ -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;