]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/SVNRepository.hxx
SGPath: fix creating paths with permission checker.
[simgear.git] / simgear / io / SVNRepository.hxx
index 535990c6dd9a38c24b15cdf52e15b8944ec15a02..ab174dcb0246c747558bef459ffc3e027c5fe535 100644 (file)
@@ -55,13 +55,15 @@ public:
     bool isDoingSync() const;
     
     enum ResultCode {
-        NO_ERROR = 0,
-        ERROR_NOT_FOUND,
-        ERROR_SOCKET,
-        ERROR_XML,
-        ERROR_TXDELTA,
-        ERROR_IO,
-        ERROR_CHECKSUM
+        SVN_NO_ERROR = 0,
+        SVN_ERROR_NOT_FOUND,
+        SVN_ERROR_SOCKET,
+        SVN_ERROR_XML,
+        SVN_ERROR_TXDELTA,
+        SVN_ERROR_IO,
+        SVN_ERROR_CHECKSUM,
+        SVN_ERROR_FILE_NOT_FOUND,
+        SVN_ERROR_HTTP
     };
     
     ResultCode failure() const;