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/RdmaConnector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/RdmaConnector.cpp') diff --git a/cpp/src/qpid/client/RdmaConnector.cpp b/cpp/src/qpid/client/RdmaConnector.cpp index 77169db3a6..ea3566dacb 100644 --- a/cpp/src/qpid/client/RdmaConnector.cpp +++ b/cpp/src/qpid/client/RdmaConnector.cpp @@ -113,6 +113,7 @@ using boost::str; framing::OutputHandler* getOutputHandler(); const std::string& getIdentifier() const; void activateSecurityLayer(std::auto_ptr); + unsigned int getSSF() { return 0; } size_t decode(const char* buffer, size_t size); size_t encode(const char* buffer, size_t size); @@ -122,7 +123,6 @@ public: RdmaConnector(framing::ProtocolVersion pVersion, const ConnectionSettings&, ConnectionImpl*); - unsigned int getSSF() { return 0; } }; // Static constructor which registers connector here -- cgit v1.2.1