Document this hack before forgeting the purpose

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32844 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-01-07 17:15:26 +00:00
parent 40c735f4d1
commit d753f2b25a

View File

@ -67,6 +67,13 @@ public:
/// Register the document as an VC file.
bool registrer();
// std::string used as a return value in fucntions below are
// workaround to defer messages to be displayed in UI. If message()
// is used directly, message string is immediately overwritten
// by the next multiple messages on the top of the processed dispatch
// machinery.
/// Unlock and commit changes. Returns log.
std::string checkIn();
/// Does the current VC supports this operation?