summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r--TAO/tao/Object.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp
index 5bd3372df1e..8e948611999 100644
--- a/TAO/tao/Object.cpp
+++ b/TAO/tao/Object.cpp
@@ -49,6 +49,18 @@ CORBA_Object::CORBA_Object (TAO_Stub *protocol_proxy,
}
void
+CORBA_Object::_add_ref (void)
+{
+ this->incr_refcnt ();
+}
+
+void
+CORBA_Object::_remove_ref (void)
+{
+ this->decr_refcnt ();
+}
+
+void
CORBA_Object::_tao_any_destructor (void *x)
{
CORBA_Object_ptr tmp = ACE_static_cast(CORBA_Object_ptr,x);