diff 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
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Thu May 14 14:40:13 2020 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Thu May 14 19:20:40 2020 +0200
@@ -146,6 +146,9 @@
   public:
     MemoryBuffer();
 
+    MemoryBuffer(const void* buffer,
+                 size_t size);
+
     ~MemoryBuffer()
     {
       Clear();