diff options
author | Marc Laukien <marc@zeroc.com> | 2004-01-28 16:28:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-01-28 16:28:26 +0000 |
commit | 710e4da3853f380f84e01e670b25058351b35adc (patch) | |
tree | f99fd14d018da4708bad7b03ff2af92efcf17155 /cpp/include/Ice/Proxy.h | |
parent | minor (diff) | |
download | ice-710e4da3853f380f84e01e670b25058351b35adc.tar.bz2 ice-710e4da3853f380f84e01e670b25058351b35adc.tar.xz ice-710e4da3853f380f84e01e670b25058351b35adc.zip |
started with AMI changes
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 2f2f4c71456..9485348f18c 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -218,9 +218,6 @@ private: void setup(const ::IceInternal::ReferencePtr&); friend class ::IceProxy::Ice::Object; - - ::std::vector< ::IceInternal::EndpointPtr> - filterEndpoints(const ::std::vector< ::IceInternal::EndpointPtr>&) const; }; } } |