diff options
author | Alan Conway <aconway@apache.org> | 2008-09-18 20:18:29 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-09-18 20:18:29 +0000 |
commit | b210ae04b88afa38238ca56e474ca60533f2768b (patch) | |
tree | 9caa01a04713bcc33a1a3b7cbbb4e84e96232713 /cpp/src/qpid/cluster/ConnectionCodec.h | |
parent | aedf627380016ebf210ea88029be8bd338ffc989 (diff) | |
download | qpid-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.h | 2 |
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. |