comparison OrthancFramework/Sources/MallocMemoryBuffer.h @ 4913:c1b19f95e166

fix signature of OrthancPluginReceivedInstanceCallback for ABI compatibility
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Feb 2022 22:12:43 +0100
parents 43e613a7756b
children 95378de340d4
comparison
equal deleted inserted replaced
4912:45d6ce72a84e 4913:c1b19f95e166
48 } 48 }
49 49
50 void Clear(); 50 void Clear();
51 51
52 void Assign(void* buffer, 52 void Assign(void* buffer,
53 size_t size, 53 uint64_t size,
54 FreeFunction freeFunction); 54 FreeFunction freeFunction);
55 55
56 virtual void MoveToString(std::string& target) ORTHANC_OVERRIDE; 56 virtual void MoveToString(std::string& target) ORTHANC_OVERRIDE;
57 57
58 virtual const void* GetData() const ORTHANC_OVERRIDE 58 virtual const void* GetData() const ORTHANC_OVERRIDE