diff options
Diffstat (limited to 'cpp/src/Ice/EndpointFactory.cpp')
-rw-r--r-- | cpp/src/Ice/EndpointFactory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/EndpointFactory.cpp b/cpp/src/Ice/EndpointFactory.cpp index e61734c8b4d..d635d4f5745 100644 --- a/cpp/src/Ice/EndpointFactory.cpp +++ b/cpp/src/Ice/EndpointFactory.cpp @@ -13,8 +13,7 @@ using namespace std; using namespace Ice; using namespace IceInternal; -void IceInternal::incRef(EndpointFactory* p) { p->__incRef(); } -void IceInternal::decRef(EndpointFactory* p) { p->__decRef(); } +IceUtil::Shared* IceInternal::upCast(EndpointFactory* p) { return p; } IceInternal::EndpointFactory::EndpointFactory() { |