diff options
Diffstat (limited to 'cpp/lib/broker/InMemoryContent.cpp')
-rw-r--r-- | cpp/lib/broker/InMemoryContent.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/lib/broker/InMemoryContent.cpp b/cpp/lib/broker/InMemoryContent.cpp index 9d40877c86..7205eb3de0 100644 --- a/cpp/lib/broker/InMemoryContent.cpp +++ b/cpp/lib/broker/InMemoryContent.cpp @@ -67,3 +67,7 @@ void InMemoryContent::encode(Buffer& buffer) (*i)->encode(buffer); } } + +void InMemoryContent::destroy() +{ +} |