summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r--TAO/tao/ORB.i17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i
index 0b5baf8ecde..aa4193884ce 100644
--- a/TAO/tao/ORB.i
+++ b/TAO/tao/ORB.i
@@ -322,23 +322,6 @@ CORBA_ORB::orb_core (void) const
return this->orb_core_;
}
-// ************************************************************
-// These are in CORBA namespace
-// ************************************************************
-
-ACE_INLINE CORBA::Boolean
-CORBA::is_nil (CORBA::ORB_ptr obj)
-{
- return obj == 0;
-}
-
-ACE_INLINE void
-CORBA::release (CORBA::ORB_ptr obj)
-{
- if (obj)
- obj->_decr_refcnt ();
-}
-
// *************************************************************
// Inline operations for class CORBA_ORB_var
// *************************************************************