]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Whitespace.
[lyx.git] / src / VCBackend.h
index 2a06631867cd8b5fbe120d39340db4c223499948..dbcd84ca8151016dd84db7f979f94a7ca5f8952e 100644 (file)
@@ -43,6 +43,10 @@ public:
        virtual std::string checkOut() = 0;
        // can be this operation processed in the current RCS?
        virtual bool checkOutEnabled() = 0;
+       /// synchronize with repository, returns log
+       virtual std::string repoUpdate() = 0;
+       // can be this operation processed in the current RCS?
+       virtual bool repoUpdateEnabled() = 0;
        // toggle locking property of the file
        virtual std::string lockingToggle() = 0;
        // can be this operation processed in the current RCS?
@@ -131,6 +135,10 @@ public:
 
        virtual bool checkOutEnabled();
 
+       virtual std::string repoUpdate();
+
+       virtual bool repoUpdateEnabled();
+
        virtual std::string lockingToggle();
 
        virtual bool lockingToggleEnabled();
@@ -174,6 +182,10 @@ public:
 
        virtual bool checkOutEnabled();
 
+       virtual std::string repoUpdate();
+
+       virtual bool repoUpdateEnabled();
+
        virtual std::string lockingToggle();
 
        virtual bool lockingToggleEnabled();
@@ -220,6 +232,10 @@ public:
 
        virtual bool checkOutEnabled();
 
+       virtual std::string repoUpdate();
+
+       virtual bool repoUpdateEnabled();
+
        virtual std::string lockingToggle();
 
        virtual bool lockingToggleEnabled();