diff options
Diffstat (limited to 'cpp/src/Ice/SslTransceiver.h')
-rw-r--r-- | cpp/src/Ice/SslTransceiver.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/src/Ice/SslTransceiver.h b/cpp/src/Ice/SslTransceiver.h index 13c3ab8998f..c4a1290e12f 100644 --- a/cpp/src/Ice/SslTransceiver.h +++ b/cpp/src/Ice/SslTransceiver.h @@ -11,7 +11,7 @@ #ifndef ICE_SSL_TRANSCEIVER_H #define ICE_SSL_TRANSCEIVER_H -#include <Ice/SslConnection.h>
+#include <Ice/SslConnection.h> #include <Ice/InstanceF.h> #include <Ice/TraceLevelsF.h> #include <Ice/LoggerF.h> @@ -20,8 +20,8 @@ namespace IceInternal { -using IceSecurity::Ssl::Connection;
-
+using IceSecurity::Ssl::Connection; + class SslConnector; class SslAcceptor; @@ -38,10 +38,10 @@ public: private: - SslTransceiver(const InstancePtr&, int, Connection*);
-
- virtual ~SslTransceiver();
- void cleanUpSSL();
+ SslTransceiver(const InstancePtr&, int, Connection*); + + virtual ~SslTransceiver(); + void cleanUpSSL(); friend class SslConnector; friend class SslAcceptor; @@ -51,8 +51,8 @@ private: ::Ice::LoggerPtr _logger; fd_set _rFdSet; fd_set _wFdSet; -
- Connection* _sslConnection;
+ + Connection* _sslConnection; }; } |