mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Some comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32842 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9d5750e01b
commit
532ab0fb1b
13
src/LyXVC.h
13
src/LyXVC.h
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user