diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3320:0f721f015b85

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Mar 2019 13:37:21 +0100
parents 872efde28e58
children a48d652f1500
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Mon Mar 04 13:10:46 2019 +0100
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Mon Mar 04 13:37:21 2019 +0100
@@ -129,6 +129,8 @@
     // This transfers ownership from "other" to "this"
     void Assign(OrthancPluginMemoryBuffer& other);
 
+    void Swap(MemoryBuffer& other);
+
     OrthancPluginMemoryBuffer Release();
 
     const char* GetData() const