diff options
Diffstat (limited to 'cpp/test/Ice/background/Acceptor.h')
-rw-r--r-- | cpp/test/Ice/background/Acceptor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/Acceptor.h b/cpp/test/Ice/background/Acceptor.h index a4ef378fb6d..02de12f5faf 100644 --- a/cpp/test/Ice/background/Acceptor.h +++ b/cpp/test/Ice/background/Acceptor.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. @@ -25,6 +25,7 @@ public: virtual void finishAccept(); #endif virtual IceInternal::TransceiverPtr accept(); + virtual std::string protocol() const; virtual std::string toString() const; private: |