diff options
Diffstat (limited to 'cpp/src/IceSSL/AcceptorI.h')
-rw-r--r-- | cpp/src/IceSSL/AcceptorI.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/AcceptorI.h b/cpp/src/IceSSL/AcceptorI.h index e2b1885c703..6496ee27bb3 100644 --- a/cpp/src/IceSSL/AcceptorI.h +++ b/cpp/src/IceSSL/AcceptorI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. @@ -10,10 +10,8 @@ #ifndef ICE_SSL_ACCEPTOR_I_H #define ICE_SSL_ACCEPTOR_I_H -#include <Ice/LoggerF.h> #include <Ice/TransceiverF.h> #include <Ice/Acceptor.h> -#include <Ice/Protocol.h> #include <IceSSL/InstanceF.h> #include <Ice/Network.h> @@ -40,6 +38,7 @@ public: virtual void finishAccept(); #endif virtual IceInternal::TransceiverPtr accept(); + virtual std::string protocol() const; virtual std::string toString() const; int effectivePort() const; @@ -52,7 +51,6 @@ private: const InstancePtr _instance; const std::string _adapterName; - const Ice::LoggerPtr _logger; const IceInternal::Address _addr; int _backlog; #ifdef ICE_USE_IOCP |