diff options
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; |