summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Acceptor.h')
-rw-r--r--cpp/src/Ice/Acceptor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/Acceptor.h b/cpp/src/Ice/Acceptor.h
index 9384f3bbe5d..ab3aefe1c8f 100644
--- a/cpp/src/Ice/Acceptor.h
+++ b/cpp/src/Ice/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.
@@ -30,6 +30,7 @@ public:
virtual void finishAccept() = 0;
#endif
virtual TransceiverPtr accept() = 0;
+ virtual std::string protocol() const = 0;
virtual std::string toString() const = 0;
};