comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2850:9f949922d603

fix
author am@osimis.io
date Mon, 01 Oct 2018 14:19:10 +0200
parents dd3914a44b87
children 859e880ac9a8
comparison
equal deleted inserted replaced
2848:dd3914a44b87 2850:9f949922d603
77 { 77 {
78 typedef void (*RestCallback) (OrthancPluginRestOutput* output, 78 typedef void (*RestCallback) (OrthancPluginRestOutput* output,
79 const char* url, 79 const char* url,
80 const OrthancPluginHttpRequest* request); 80 const OrthancPluginHttpRequest* request);
81 81
82 class OrthancPluginImage; 82 class OrthancImage;
83 83
84 84
85 class MemoryBuffer : public boost::noncopyable 85 class MemoryBuffer : public boost::noncopyable
86 { 86 {
87 private: 87 private: