]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / VCBackend.h
index a32a69800e658b643cc2e8fd3f93052b25f79f0f..551874f3d161bfdf618c1ad85b7a3636408505d3 100644 (file)
@@ -50,9 +50,7 @@ public:
        /// return the current version description
        virtual std::string const versionString() const = 0;
        /// return the current version
-       std::string const & version() const {
-               return version_;
-       }
+       std::string const & version() const { return version_; }
        /// return the user who has locked the file
        std::string const & locker() const { return locker_; }
        /// set the owning buffer
@@ -103,7 +101,7 @@ public:
        RCS(support::FileName const & m);
 
        /// return the revision file for the given file, if found
-       static support::FileName const find_file(support::FileName const & file);
+       static support::FileName const findFile(support::FileName const & file);
 
        static void retrieve(support::FileName const & file);
 
@@ -136,7 +134,7 @@ public:
        CVS(support::FileName const & m, support::FileName const & f);
 
        /// return the revision file for the given file, if found
-       static support::FileName const find_file(support::FileName const & file);
+       static support::FileName const findFile(support::FileName const & file);
 
        virtual void registrer(std::string const & msg);