summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r--cpp/src/Ice/Object.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp
index 34e00c0cae8..fc789ea83ab 100644
--- a/cpp/src/Ice/Object.cpp
+++ b/cpp/src/Ice/Object.cpp
@@ -17,8 +17,7 @@ using namespace std;
using namespace Ice;
using namespace IceInternal;
-void IceInternal::incRef(Object* p) { p->__incRef(); }
-void IceInternal::decRef(Object* p) { p->__decRef(); }
+IceInternal::GCShared* IceInternal::upCast(Object* p) { return p; }
bool
Ice::Object::operator==(const Object& r) const