summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/PreviewConnectionCodec.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-26 12:14:18 +0000
committerGordon Sim <gsim@apache.org>2008-03-26 12:14:18 +0000
commit9222ac0989bffebe53706255314fa4c577d2b6d8 (patch)
tree7b71d235c5c67fbe9c6d1e1c496194d52ce42102 /cpp/src/qpid/broker/PreviewConnectionCodec.h
parent7cc09e96c680aa54c9d988844604f4fa7328c770 (diff)
downloadqpid-python-9222ac0989bffebe53706255314fa4c577d2b6d8.tar.gz
Re-enable the establishment of inter-broker links.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@641281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/PreviewConnectionCodec.h')
-rw-r--r--cpp/src/qpid/broker/PreviewConnectionCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/PreviewConnectionCodec.h b/cpp/src/qpid/broker/PreviewConnectionCodec.h
index 8c7074c1df..f2ab086d06 100644
--- a/cpp/src/qpid/broker/PreviewConnectionCodec.h
+++ b/cpp/src/qpid/broker/PreviewConnectionCodec.h
@@ -38,7 +38,7 @@ class PreviewConnectionCodec : public sys::ConnectionCodec, public sys::Connect
std::string identifier;
public:
- PreviewConnectionCodec(sys::OutputControl&, Broker&, const std::string& id);
+ PreviewConnectionCodec(sys::OutputControl&, Broker&, const std::string& id, bool isClient = false);
size_t decode(const char* buffer, size_t size);
size_t encode(const char* buffer, size_t size);
bool isClosed() const;