summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SecureConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SecureConnection.h')
-rw-r--r--cpp/src/qpid/broker/SecureConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SecureConnection.h b/cpp/src/qpid/broker/SecureConnection.h
index 4a0cc50e34..1547faae1e 100644
--- a/cpp/src/qpid/broker/SecureConnection.h
+++ b/cpp/src/qpid/broker/SecureConnection.h
@@ -49,7 +49,7 @@ class SecureConnection : public qpid::sys::ConnectionCodec
bool isClosed() const;
framing::ProtocolVersion getVersion() const;
void setCodec(std::auto_ptr<ConnectionCodec>);
- void activateSecurityLayer(std::auto_ptr<qpid::sys::SecurityLayer>);
+ void activateSecurityLayer(std::auto_ptr<qpid::sys::SecurityLayer>, bool secureImmediately=false);
private:
std::auto_ptr<ConnectionCodec> codec;
std::auto_ptr<qpid::sys::SecurityLayer> securityLayer;