diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-09-17 13:50:35 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-09-17 13:50:35 -0230 |
commit | a3d676c4199ff53edd458abf7ce52f6cf83213b4 (patch) | |
tree | d6975ba5b7c3d9e58b5378f2e27ec536e4157517 /cpp/src/Ice/OpaqueEndpointI.cpp | |
parent | Simplified creation of Admin facets in IceBox; simplified test for Admin enab... (diff) | |
download | ice-a3d676c4199ff53edd458abf7ce52f6cf83213b4.tar.bz2 ice-a3d676c4199ff53edd458abf7ce52f6cf83213b4.tar.xz ice-a3d676c4199ff53edd458abf7ce52f6cf83213b4.zip |
ICE-4891 some minor improvements
Diffstat (limited to 'cpp/src/Ice/OpaqueEndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/OpaqueEndpointI.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/Ice/OpaqueEndpointI.cpp b/cpp/src/Ice/OpaqueEndpointI.cpp index efc5170d4cd..c7dab1d1f63 100644 --- a/cpp/src/Ice/OpaqueEndpointI.cpp +++ b/cpp/src/Ice/OpaqueEndpointI.cpp @@ -194,18 +194,6 @@ IceInternal::OpaqueEndpointI::acceptor(const string&) const return 0; } -EndpointIPtr -IceInternal::OpaqueEndpointI::endpoint(const TransceiverPtr&) const -{ - return const_cast<OpaqueEndpointI*>(this); -} - -EndpointIPtr -IceInternal::OpaqueEndpointI::endpoint(const AcceptorPtr&) const -{ - return const_cast<OpaqueEndpointI*>(this); -} - vector<EndpointIPtr> IceInternal::OpaqueEndpointI::expand() const { |