comparison Plugin/Plugin.cpp @ 164:a1fbf3f982f8

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 17:27:13 +0200
parents 4f5c7acb626f
children 3c99bb6fd309
comparison
equal deleted inserted replaced
163:4f5c7acb626f 164:a1fbf3f982f8
1091 ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER, 1091 ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER,
1092 ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER); 1092 ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER);
1093 return -1; 1093 return -1;
1094 } 1094 }
1095 1095
1096 #if ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 7, 2) 1096 #if ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 12, 4)
1097 Orthanc::Logging::InitializePluginContext(context, ORTHANC_PLUGIN_NAME);
1098 #elif ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 7, 2)
1097 Orthanc::Logging::InitializePluginContext(context); 1099 Orthanc::Logging::InitializePluginContext(context);
1098 #else 1100 #else
1099 Orthanc::Logging::Initialize(context); 1101 Orthanc::Logging::Initialize(context);
1100 #endif 1102 #endif
1101 1103