diff Core/Enumerations.h @ 1674:4fc502d469f4 db-changes

fix build if SSL is disabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Oct 2015 13:31:39 +0200
parents 939b921b2c81
children b80e76dd1d56
line wrap: on
line diff
--- a/Core/Enumerations.h	Fri Oct 02 13:26:05 2015 +0200
+++ b/Core/Enumerations.h	Fri Oct 02 13:31:39 2015 +0200
@@ -134,6 +134,7 @@
     ErrorCode_StorageAreaAlreadyRegistered = 2036    /*!< Another plugin has already registered a custom storage area */,
     ErrorCode_DatabaseBackendAlreadyRegistered = 2037    /*!< Another plugin has already registered a custom database back-end */,
     ErrorCode_DatabaseNotInitialized = 2038    /*!< Plugin trying to call the database during its initialization */,
+    ErrorCode_SslDisabled = 2039    /*!< Orthanc has been built without SSL support */,
     ErrorCode_START_PLUGINS = 1000000
   };