summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index e1a80364782..81dfa2fc9bc 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -67,8 +67,7 @@ extern bool ICE_UTIL_API nullHandleAbort;
}
-void IceInternal::incRef(Instance* p) { p->__incRef(); }
-void IceInternal::decRef(Instance* p) { p->__decRef(); }
+IceUtil::Shared* IceInternal::upCast(Instance* p) { return p; }
bool
IceInternal::Instance::destroyed() const