diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-05-04 09:29:36 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-05-04 09:29:36 +0000 |
commit | 370561355363d554a57fddae057dd7365fe055ac (patch) | |
tree | 183acc5269fe916e6459fd03310c5d53e21c6224 /cppe/src/TcpTransport/TcpEndpoint.cpp | |
parent | Bug 1022. (diff) | |
download | ice-370561355363d554a57fddae057dd7365fe055ac.tar.bz2 ice-370561355363d554a57fddae057dd7365fe055ac.tar.xz ice-370561355363d554a57fddae057dd7365fe055ac.zip |
Fixed bug 2177
Diffstat (limited to 'cppe/src/TcpTransport/TcpEndpoint.cpp')
-rw-r--r-- | cppe/src/TcpTransport/TcpEndpoint.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cppe/src/TcpTransport/TcpEndpoint.cpp b/cppe/src/TcpTransport/TcpEndpoint.cpp index 4f09591f604..e41d7d2efe1 100644 --- a/cppe/src/TcpTransport/TcpEndpoint.cpp +++ b/cppe/src/TcpTransport/TcpEndpoint.cpp @@ -203,6 +203,18 @@ IceInternal::TcpEndpoint::timeout(Int timeout) const } bool +IceInternal::TcpEndpoint::secure() const +{ + return false; +} + +bool +IceInternal::TcpEndpoint::datagram() const +{ + return false; +} + +bool IceInternal::TcpEndpoint::unknown() const { return false; |