From 56c8e15171dae96958cd9106e2e05abbf02739fc Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 21 Jan 2010 06:14:00 +0000 Subject: Made the getSSF() member functions of Connectors private as they can't be used from outside the connector anyway except via the virtual in the parent class. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901546 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SslConnector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/SslConnector.cpp') diff --git a/cpp/src/qpid/client/SslConnector.cpp b/cpp/src/qpid/client/SslConnector.cpp index 5cdaaa4615..2b34651fa0 100644 --- a/cpp/src/qpid/client/SslConnector.cpp +++ b/cpp/src/qpid/client/SslConnector.cpp @@ -130,12 +130,12 @@ class SslConnector : public Connector, private sys::Runnable sys::ShutdownHandler* getShutdownHandler() const; framing::OutputHandler* getOutputHandler(); const std::string& getIdentifier() const; + unsigned int getSSF() { return socket.getKeyLen(); } public: SslConnector(framing::ProtocolVersion pVersion, const ConnectionSettings&, ConnectionImpl*); - unsigned int getSSF() { return socket.getKeyLen(); } }; // Static constructor which registers connector here -- cgit v1.2.1