summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EventHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/EventHandler.cpp')
-rw-r--r--cpp/src/Ice/EventHandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/EventHandler.cpp b/cpp/src/Ice/EventHandler.cpp
index 989935c9626..6a92e51788d 100644
--- a/cpp/src/Ice/EventHandler.cpp
+++ b/cpp/src/Ice/EventHandler.cpp
@@ -14,8 +14,7 @@ using namespace std;
using namespace Ice;
using namespace IceInternal;
-void IceInternal::incRef(EventHandler* p) { p->__incRef(); }
-void IceInternal::decRef(EventHandler* p) { p->__decRef(); }
+IceUtil::Shared* IceInternal::upCast(EventHandler* p) { return p; }
InstancePtr
IceInternal::EventHandler::instance() const