summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/ClusterHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/ClusterHandler.h')
-rw-r--r--qpid/cpp/src/qpid/cluster/ClusterHandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/cluster/ClusterHandler.h b/qpid/cpp/src/qpid/cluster/ClusterHandler.h
index 37b0ed4d79..d8bcaa8fe8 100644
--- a/qpid/cpp/src/qpid/cluster/ClusterHandler.h
+++ b/qpid/cpp/src/qpid/cluster/ClusterHandler.h
@@ -59,8 +59,7 @@ class ClusterHandler
cpg_address *left, int nLeft,
cpg_address *joined, int nJoined) = 0;
- virtual void insert(const boost::intrusive_ptr<Connection>& c) = 0;
- virtual void catchUpClosed(const boost::intrusive_ptr<Connection>& c) = 0;
+ virtual void dumpComplete() = 0;
protected:
Cluster& cluster;