summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpAcceptor.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2010-06-02 18:08:18 -0400
committerBernard Normier <bernard@zeroc.com>2010-06-02 18:08:18 -0400
commitb4202b6aba7c7b3ee5b21e7338e238718b1bbc0a (patch)
tree2a7ab6fc3c671d7051ceb55a628209dd95aa62de /cpp/src/Ice/TcpAcceptor.h
parentminor change to the way we call GetType in .NET (diff)
downloadice-b4202b6aba7c7b3ee5b21e7338e238718b1bbc0a.tar.bz2
ice-b4202b6aba7c7b3ee5b21e7338e238718b1bbc0a.tar.xz
ice-b4202b6aba7c7b3ee5b21e7338e238718b1bbc0a.zip
Fixed bug #4763
Diffstat (limited to 'cpp/src/Ice/TcpAcceptor.h')
-rw-r--r--cpp/src/Ice/TcpAcceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpAcceptor.h b/cpp/src/Ice/TcpAcceptor.h
index 068b069a33c..e8f60766180 100644
--- a/cpp/src/Ice/TcpAcceptor.h
+++ b/cpp/src/Ice/TcpAcceptor.h
@@ -47,7 +47,7 @@ public:
private:
- TcpAcceptor(const InstancePtr&, const std::string&, int);
+ TcpAcceptor(const InstancePtr&, const std::string&, int, ProtocolSupport);
virtual ~TcpAcceptor();
friend class TcpEndpointI;