comparison Resources/Orthanc/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 69:d529d9ce3c7e

cache for DicomPyramidInstance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 21:56:07 +0100
parents 7a3853d51c45
children 5b127ab0080b
comparison
equal deleted inserted replaced
68:c619c8bd72ed 69:d529d9ce3c7e
373 373
374 bool RestApiDelete(OrthancPluginContext* context, 374 bool RestApiDelete(OrthancPluginContext* context,
375 const std::string& uri, 375 const std::string& uri,
376 bool applyPlugins); 376 bool applyPlugins);
377 377
378 bool RestApiDelete(OrthancPluginContext* context,
379 const std::string& uri,
380 bool applyPlugins);
381
382 inline void LogError(OrthancPluginContext* context, 378 inline void LogError(OrthancPluginContext* context,
383 const std::string& message) 379 const std::string& message)
384 { 380 {
385 if (context != NULL) 381 if (context != NULL)
386 { 382 {