comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2183:1d0838b8e9c5

RestApiDelete and RestApiPut
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 21:33:35 +0100
parents 11420238f337
children 395522e46b2b
comparison
equal deleted inserted replaced
2182:085a41c66133 2183:1d0838b8e9c5
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 {