summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.i
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 19:07:16 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 19:07:16 +0000
commit783bec84588be5408e6d3b4587d7fa922255616c (patch)
treee92fda52ca6b87d5b00bb1ea148610a0629d483c /TAO/tao/ORB.i
parentfeb0a1967024ff803d181888c69d1ebd2c9fb4b6 (diff)
downloadATCD-783bec84588be5408e6d3b4587d7fa922255616c.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r--TAO/tao/ORB.i10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i
index 10b5e501d0e..e1fef857e2b 100644
--- a/TAO/tao/ORB.i
+++ b/TAO/tao/ORB.i
@@ -162,6 +162,10 @@ CORBA::release (CORBA::ORB_ptr obj)
obj->Release ();
}
+// ---------------------------------------------------------------------------
+// ORB specific
+// ---------------------------------------------------------------------------
+
ACE_INLINE ULONG
CORBA_ORB::AddRef (void)
{
@@ -199,6 +203,12 @@ CORBA_ORB::work_pending (void)
return CORBA::B_TRUE;
}
+ACE_INLINE CORBA::Boolean
+CORBA_ORB::orb_free_resources (void)
+{
+ return CORBA_ORB::orb_init_count_;
+}
+
// *************************************************************
// Inline operations for class CORBA_ORB_var
// *************************************************************