diff options
Diffstat (limited to 'cpp/lib/broker/InMemoryContent.h')
-rw-r--r-- | cpp/lib/broker/InMemoryContent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/lib/broker/InMemoryContent.h b/cpp/lib/broker/InMemoryContent.h index 79c7cf670b..1db1acd7e1 100644 --- a/cpp/lib/broker/InMemoryContent.h +++ b/cpp/lib/broker/InMemoryContent.h @@ -24,6 +24,7 @@ #include <Content.h> #include <vector> + namespace qpid { namespace broker { class InMemoryContent : public Content{ @@ -34,7 +35,7 @@ namespace qpid { public: void add(qpid::framing::AMQContentBody::shared_ptr data); u_int32_t size(); - void send(qpid::framing::OutputHandler* out, int channel, u_int32_t framesize); + void send(qpid::framing::ProtocolVersion& version, qpid::framing::OutputHandler* out, int channel, u_int32_t framesize); void encode(qpid::framing::Buffer& buffer); void destroy(); ~InMemoryContent(){} |