Some comments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32842 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-01-07 17:06:51 +00:00
parent 9d5750e01b
commit 532ab0fb1b

View File

@ -121,7 +121,18 @@ public:
/// Returns the version number.
std::string const versionString() const;
/// Returns the userid of the person who has locked the doc.
/**
* Returns the userid of the person who has locked the doc.
* FIXME This property is descendant from the original VCS
* and used in RCS for user id or "unlocked" strings.
* It would be problem to use this under SVN since getting
* the locker would need connection to server any time we
* load document. SVN currently (mis)uses this as a signal
* for locking state, as we do not have API for vcstatus().
* The RCS code for user id parsing is working but we don't display
* it anywhere. One possibility is to provide proper vcstatus()
* interface and kill the whole locker thing.
*/
std::string const & locker() const;
private: