diff options
Diffstat (limited to 'cpp/src/Ice/EndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointI.cpp | 3 |
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; } |