summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Endpoint.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-16 02:23:26 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-16 02:23:26 +0000
commit02afb44c199f857aa84a6a6acc506837cfca278a (patch)
tree63d5b0184021fc9f33c02f9ed8a45e6bbd0e8d15 /cpp/src/Ice/Endpoint.cpp
parentcompleted first version of Connection (diff)
downloadice-02afb44c199f857aa84a6a6acc506837cfca278a.tar.bz2
ice-02afb44c199f857aa84a6a6acc506837cfca278a.tar.xz
ice-02afb44c199f857aa84a6a6acc506837cfca278a.zip
Connection
Diffstat (limited to 'cpp/src/Ice/Endpoint.cpp')
-rw-r--r--cpp/src/Ice/Endpoint.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp
index 3064f54b99b..399d7fcfd01 100644
--- a/cpp/src/Ice/Endpoint.cpp
+++ b/cpp/src/Ice/Endpoint.cpp
@@ -129,12 +129,6 @@ IceInternal::UnknownEndpoint::type() const
return UnknownEndpointType;
}
-bool
-IceInternal::UnknownEndpoint::oneway() const
-{
- return false;
-}
-
Int
IceInternal::UnknownEndpoint::timeout() const
{
@@ -387,12 +381,6 @@ IceInternal::TcpEndpoint::type() const
return TcpEndpointType;
}
-bool
-IceInternal::TcpEndpoint::oneway() const
-{
- return false;
-}
-
Int
IceInternal::TcpEndpoint::timeout() const
{
@@ -695,12 +683,6 @@ IceInternal::SslEndpoint::type() const
return SslEndpointType;
}
-bool
-IceInternal::SslEndpoint::oneway() const
-{
- return false;
-}
-
Int
IceInternal::SslEndpoint::timeout() const
{
@@ -992,12 +974,6 @@ IceInternal::UdpEndpoint::type() const
return UdpEndpointType;
}
-bool
-IceInternal::UdpEndpoint::oneway() const
-{
- return true;
-}
-
Int
IceInternal::UdpEndpoint::timeout() const
{