summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r--cpp/src/qpid/cluster/Connection.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h
index 95d846eaf8..69b8cb1450 100644
--- a/cpp/src/qpid/cluster/Connection.h
+++ b/cpp/src/qpid/cluster/Connection.h
@@ -177,7 +177,13 @@ class Connection :
OutputInterceptor& getOutput() { return output; }
void addQueueListener(const std::string& queue, uint32_t listener);
- void managementSetupState(uint64_t objectNum, uint16_t bootSequence);
+ void managementSetupState(uint64_t objectNum,
+ uint16_t bootSequence,
+ const framing::Uuid&,
+ const std::string& vendor,
+ const std::string& product,
+ const std::string& instance);
+
void setSecureConnection ( broker::SecureConnection * sc );
private: