]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Fix broken layout file syntax
[lyx.git] / src / VCBackend.h
index 3b48f206e313a86b0d927a868e7b04325e84104f..8f2ad4103b3cdb019cafc7388dab33ea42bf1f24 100644 (file)
@@ -136,7 +136,7 @@ public:
        /// return the revision file for the given file, if found
        static support::FileName const findFile(support::FileName const & file);
 
-       static void retrieve(support::FileName const & file);
+       static bool retrieve(support::FileName const & file);
 
        virtual void registrer(std::string const & msg);
 
@@ -210,6 +210,8 @@ public:
        /// return the revision file for the given file, if found
        static support::FileName const findFile(support::FileName const & file);
 
+       static bool retrieve(support::FileName const & file);
+
        virtual void registrer(std::string const & msg);
 
        virtual std::string checkIn(std::string const & msg);
@@ -337,6 +339,8 @@ public:
        /// return the revision file for the given file, if found
        static support::FileName const findFile(support::FileName const & file);
 
+       static bool retrieve(support::FileName const & file);
+
        virtual void registrer(std::string const & msg);
 
        virtual std::string checkIn(std::string const & msg);