summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ConnectionCodec.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-18 20:18:29 +0000
committerAlan Conway <aconway@apache.org>2008-09-18 20:18:29 +0000
commitb210ae04b88afa38238ca56e474ca60533f2768b (patch)
tree9caa01a04713bcc33a1a3b7cbbb4e84e96232713 /cpp/src/qpid/cluster/ConnectionCodec.h
parentaedf627380016ebf210ea88029be8bd338ffc989 (diff)
downloadqpid-python-b210ae04b88afa38238ca56e474ca60533f2768b.tar.gz
Dump shared state to new cluster members.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ConnectionCodec.h')
-rw-r--r--cpp/src/qpid/cluster/ConnectionCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ConnectionCodec.h b/cpp/src/qpid/cluster/ConnectionCodec.h
index 22d752d174..a82569decd 100644
--- a/cpp/src/qpid/cluster/ConnectionCodec.h
+++ b/cpp/src/qpid/cluster/ConnectionCodec.h
@@ -56,7 +56,7 @@ class ConnectionCodec : public sys::ConnectionCodec {
sys::ConnectionCodec* create(sys::OutputControl&, const std::string& id);
};
- ConnectionCodec(sys::OutputControl& out, const std::string& id, Cluster& c);
+ ConnectionCodec(sys::OutputControl& out, const std::string& id, Cluster& c, bool catchUp);
~ConnectionCodec();
// ConnectionCodec functions.