diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-23 10:54:08 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-23 10:54:08 +0000 |
commit | ba81ba2d7a4af41b8a9b310bac13d077b322bb97 (patch) | |
tree | d14374686d9d329b9ea7d1e44bf04f7daf49790d /cpp/src/Ice/EndpointI.cpp | |
parent | Fixes (diff) | |
download | ice-ba81ba2d7a4af41b8a9b310bac13d077b322bb97.tar.bz2 ice-ba81ba2d7a4af41b8a9b310bac13d077b322bb97.tar.xz ice-ba81ba2d7a4af41b8a9b310bac13d077b322bb97.zip |
Fix to prevent warnings about overloaded operators with Sun CC.
Diffstat (limited to 'cpp/src/Ice/EndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/EndpointI.cpp b/cpp/src/Ice/EndpointI.cpp index b6dc314c5fe..874a433f3e6 100644 --- a/cpp/src/Ice/EndpointI.cpp +++ b/cpp/src/Ice/EndpointI.cpp @@ -9,9 +9,7 @@ #include <Ice/EndpointI.h> -using namespace std; using namespace Ice; -using namespace IceInternal; void IceInternal::incRef(EndpointI* p) { p->__incRef(); } void IceInternal::decRef(EndpointI* p) { p->__decRef(); } |