comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3930:b99acc213937 transcoding

transcoder plugins and GDCM transcoding are working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 May 2020 19:20:40 +0200
parents 6f11b3233a06
children 0b59e2706366
comparison
equal deleted inserted replaced
3929:7dc5e7e0045d 3930:b99acc213937
144 bool CheckHttp(OrthancPluginErrorCode code); 144 bool CheckHttp(OrthancPluginErrorCode code);
145 145
146 public: 146 public:
147 MemoryBuffer(); 147 MemoryBuffer();
148 148
149 MemoryBuffer(const void* buffer,
150 size_t size);
151
149 ~MemoryBuffer() 152 ~MemoryBuffer()
150 { 153 {
151 Clear(); 154 Clear();
152 } 155 }
153 156