summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterHandler.h')
-rw-r--r--cpp/src/qpid/cluster/ClusterHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ClusterHandler.h b/cpp/src/qpid/cluster/ClusterHandler.h
index 95106de016..ee25b8522b 100644
--- a/cpp/src/qpid/cluster/ClusterHandler.h
+++ b/cpp/src/qpid/cluster/ClusterHandler.h
@@ -59,6 +59,7 @@ class ClusterHandler
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;
protected:
Cluster& cluster;