summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-03-23 16:37:45 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-03-23 16:37:45 +0000
commitdd66c50ce1cd9c8fc45d286d68c059e35073de0d (patch)
treecabb1fd247cefdf130f221c04d1eb8952ec46672 /cpp/src/Ice/EndpointI.cpp
parentfix timestamp string (diff)
downloadice-dd66c50ce1cd9c8fc45d286d68c059e35073de0d.tar.bz2
ice-dd66c50ce1cd9c8fc45d286d68c059e35073de0d.tar.xz
ice-dd66c50ce1cd9c8fc45d286d68c059e35073de0d.zip
Bug 1873.
Diffstat (limited to 'cpp/src/Ice/EndpointI.cpp')
-rw-r--r--cpp/src/Ice/EndpointI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/EndpointI.cpp b/cpp/src/Ice/EndpointI.cpp
index 7464d23c2bb..45f88a6cde8 100644
--- a/cpp/src/Ice/EndpointI.cpp
+++ b/cpp/src/Ice/EndpointI.cpp
@@ -11,5 +11,4 @@
using namespace Ice;
-void IceInternal::incRef(EndpointI* p) { p->__incRef(); }
-void IceInternal::decRef(EndpointI* p) { p->__decRef(); }
+Ice::LocalObject* IceInternal::upCast(EndpointI* p) { return p; }