]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/SVNRepository.hxx
Fix VS2010 lack of fminf
[simgear.git] / simgear / io / SVNRepository.hxx
index 62a5ebcd355dc542c76233b5814eb9bd5bfd61d1..ab174dcb0246c747558bef459ffc3e027c5fe535 100644 (file)
@@ -61,7 +61,9 @@ public:
         SVN_ERROR_XML,
         SVN_ERROR_TXDELTA,
         SVN_ERROR_IO,
-        SVN_ERROR_CHECKSUM
+        SVN_ERROR_CHECKSUM,
+        SVN_ERROR_FILE_NOT_FOUND,
+        SVN_ERROR_HTTP
     };
     
     ResultCode failure() const;