diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-15 15:14:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-15 15:14:53 +0000 |
commit | 037ed23c6d3fd3e817f663c11ee254e8a7a13026 (patch) | |
tree | e8e47285272bf60dae6ea9aef929c432147fd9c7 /cpp/src/Ice/TcpAcceptor.h | |
parent | fixes (diff) | |
download | ice-037ed23c6d3fd3e817f663c11ee254e8a7a13026.tar.bz2 ice-037ed23c6d3fd3e817f663c11ee254e8a7a13026.tar.xz ice-037ed23c6d3fd3e817f663c11ee254e8a7a13026.zip |
connected udp endpoints
Diffstat (limited to 'cpp/src/Ice/TcpAcceptor.h')
-rw-r--r-- | cpp/src/Ice/TcpAcceptor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpAcceptor.h b/cpp/src/Ice/TcpAcceptor.h index 4ff3c09750d..82757cce8e4 100644 --- a/cpp/src/Ice/TcpAcceptor.h +++ b/cpp/src/Ice/TcpAcceptor.h @@ -37,8 +37,7 @@ public: virtual TransceiverPtr accept(int); virtual std::string toString() const; - virtual bool equivalent(const std::string&, int) const; - + bool equivalent(const std::string&, int) const; int effectivePort(); private: |