comparison 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
comparison
equal deleted inserted replaced
1673:0bbcfd9695e5 1674:4fc502d469f4
132 ErrorCode_NotLuaPredicate = 2034 /*!< The Lua function is not a predicate (only true/false outputs allowed) */, 132 ErrorCode_NotLuaPredicate = 2034 /*!< The Lua function is not a predicate (only true/false outputs allowed) */,
133 ErrorCode_LuaReturnsNoString = 2035 /*!< The Lua function does not return a string */, 133 ErrorCode_LuaReturnsNoString = 2035 /*!< The Lua function does not return a string */,
134 ErrorCode_StorageAreaAlreadyRegistered = 2036 /*!< Another plugin has already registered a custom storage area */, 134 ErrorCode_StorageAreaAlreadyRegistered = 2036 /*!< Another plugin has already registered a custom storage area */,
135 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */, 135 ErrorCode_DatabaseBackendAlreadyRegistered = 2037 /*!< Another plugin has already registered a custom database back-end */,
136 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */, 136 ErrorCode_DatabaseNotInitialized = 2038 /*!< Plugin trying to call the database during its initialization */,
137 ErrorCode_SslDisabled = 2039 /*!< Orthanc has been built without SSL support */,
137 ErrorCode_START_PLUGINS = 1000000 138 ErrorCode_START_PLUGINS = 1000000
138 }; 139 };
139 140
140 enum LogLevel 141 enum LogLevel
141 { 142 {