Buffer::moveAutosaveFile can be private.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-17 03:47:14 +00:00
parent 7bf7fabb13
commit c1a728d8f1

View File

@ -241,12 +241,10 @@ public:
/// \return a status message towards the user.
docstring emergencyWrite();
//FIXME:The following two functions should be private
//FIXME:The following function should be private
//private:
///
void removeAutosaveFile() const;
///
void moveAutosaveFile(support::FileName const & old) const;
private:
/// Try to load an autosave file associated to \c fn.
@ -257,6 +255,8 @@ private:
support::FileName getEmergencyFileName() const;
/// Get the filename of the autosave file associated with the Buffer
support::FileName getAutosaveFileName() const;
///
void moveAutosaveFile(support::FileName const & old) const;
//@}
public: