comparison ViewerPlugin/Plugin.cpp @ 206:e12a4588d4bd

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2020 14:15:51 +0200
parents a1c265cb2174
children 7459819f3176
comparison
equal deleted inserted replaced
205:a8f25caebc07 206:e12a4588d4bd
310 { 310 {
311 // We need the "/instances/.../frames/.../raw" URI that was introduced in Orthanc 1.1.0 311 // We need the "/instances/.../frames/.../raw" URI that was introduced in Orthanc 1.1.0
312 return -1; 312 return -1;
313 } 313 }
314 314
315 #if defined(ORTHANC_FRAMEWORK_VERSION_IS_ABOVE) // This indicates Orthanc framework >= 1.7.2 315 #if ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 7, 2)
316 Orthanc::Logging::InitializePluginContext(context); 316 Orthanc::Logging::InitializePluginContext(context);
317 #else 317 #else
318 Orthanc::Logging::Initialize(context); 318 Orthanc::Logging::Initialize(context);
319 #endif 319 #endif
320 320