From dd66c50ce1cd9c8fc45d286d68c059e35073de0d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 23 Mar 2007 16:37:45 +0000 Subject: Bug 1873. --- cpp/src/Ice/EndpointI.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/Ice/EndpointI.cpp') 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; } -- cgit v1.2.3