]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / VCBackend.h
index 9d9f1c9b47852906b14e0478c1df05260bd72e42..551874f3d161bfdf618c1ad85b7a3636408505d3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef VC_BACKEND_H
 #define VC_BACKEND_H
 
-#include "support/filename.h"
+#include "support/FileName.h"
 
 #include <string>
 
@@ -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);