diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-12 19:32:28 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-12 19:32:28 +0000 |
commit | beb7fb34ed263041178e221e66df8c2c559f3fbb (patch) | |
tree | 2b4ba45c18aad7011ebf4cca4a2f8746c94770b3 /cpp/src/Ice/Endpoint.cpp | |
parent | fixed registration bug (diff) | |
download | ice-beb7fb34ed263041178e221e66df8c2c559f3fbb.tar.bz2 ice-beb7fb34ed263041178e221e66df8c2c559f3fbb.tar.xz ice-beb7fb34ed263041178e221e66df8c2c559f3fbb.zip |
endpoint selection fixes
Diffstat (limited to 'cpp/src/Ice/Endpoint.cpp')
-rw-r--r-- | cpp/src/Ice/Endpoint.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp index d8753565839..553a91a52cf 100644 --- a/cpp/src/Ice/Endpoint.cpp +++ b/cpp/src/Ice/Endpoint.cpp @@ -100,12 +100,6 @@ IceInternal::Endpoint::streamRead(Stream* s, EndpointPtr& v) } } -bool -IceInternal::Endpoint::regular() const -{ - return !secure() && !datagram(); -} - IceInternal::UnknownEndpoint::UnknownEndpoint(Stream* s) { s->read(const_cast<vector<Byte>&>(_rawBytes)); |