diff options
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionAdapter.h')
| -rw-r--r-- | cpp/src/qpid/broker/ConnectionAdapter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/ConnectionAdapter.h b/cpp/src/qpid/broker/ConnectionAdapter.h index 6890b014a4..1ce850a659 100644 --- a/cpp/src/qpid/broker/ConnectionAdapter.h +++ b/cpp/src/qpid/broker/ConnectionAdapter.h @@ -47,8 +47,7 @@ public: void handle(framing::AMQFrame& frame); //ChannelAdapter virtual methods: - void handleMethodInContext(boost::shared_ptr<qpid::framing::AMQMethodBody> method, - const qpid::framing::MethodContext& context); + void handleMethod(boost::shared_ptr<qpid::framing::AMQMethodBody> method); bool isOpen() const { return true; } //channel 0 is always open //never needed: void handleHeader(boost::shared_ptr<qpid::framing::AMQHeaderBody>) {} |
