diff options
author | Jose <jose@zeroc.com> | 2009-08-04 22:18:24 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-08-04 22:18:24 +0200 |
commit | 618deb2618ca2698141773f1658071c372d2cd3b (patch) | |
tree | a09f5965e8bcfea07a305df61505af2c35a71cdf /cpp/src/Ice/Reference.cpp | |
parent | bug 4186 - PHP test failure (diff) | |
download | ice-618deb2618ca2698141773f1658071c372d2cd3b.tar.bz2 ice-618deb2618ca2698141773f1658071c372d2cd3b.tar.xz ice-618deb2618ca2698141773f1658071c372d2cd3b.zip |
4071 - Global namespace pollution
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 521699474ec..a77e098f225 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -1830,6 +1830,9 @@ IceInternal::RoutableReference::RoutableReference(const RoutableReference& r) : { } +namespace +{ + struct EndpointIsOpaque : public unary_function<EndpointIPtr, bool> { public: @@ -1841,6 +1844,8 @@ public: } }; +} + vector<EndpointIPtr> IceInternal::RoutableReference::filterEndpoints(const vector<EndpointIPtr>& allEndpoints) const { |