summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/exp/EventHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/exp/EventHandler.h')
-rw-r--r--qpid/cpp/src/qpid/cluster/exp/EventHandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/cluster/exp/EventHandler.h b/qpid/cpp/src/qpid/cluster/exp/EventHandler.h
index 4af43fb76e..cc7caaac89 100644
--- a/qpid/cpp/src/qpid/cluster/exp/EventHandler.h
+++ b/qpid/cpp/src/qpid/cluster/exp/EventHandler.h
@@ -49,7 +49,6 @@ class EventHandler : public Cpg::Handler
public:
EventHandler(boost::shared_ptr<sys::Poller> poller,
boost::function<void()> onError);
-
~EventHandler();
/** Add a handler */
@@ -79,7 +78,7 @@ class EventHandler : public Cpg::Handler
Cpg& getCpg() { return cpg; }
private:
- void invoke(const framing::AMQBody& body);
+ void handle(const framing::AMQFrame&);
Cpg cpg;
PollerDispatch dispatcher;