diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-26 03:35:24 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-26 03:35:24 +0000 |
commit | 5c87a9e82e1320c484b5f7281ff4fbbe3ff6ac0f (patch) | |
tree | 247abc3bd374f1a0f0b9f29310f4a915215f3e57 /TAO/tao/ORB.i | |
parent | 26718172483c884cefe4b7dc083cdcf9ce032be1 (diff) | |
download | ATCD-5c87a9e82e1320c484b5f7281ff4fbbe3ff6ac0f.tar.gz |
ChangeLogTag:Wed Aug 25 22:31:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r-- | TAO/tao/ORB.i | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i index 27bf4fc602a..731127bda42 100644 --- a/TAO/tao/ORB.i +++ b/TAO/tao/ORB.i @@ -291,12 +291,6 @@ CORBA_ORB::_nil (void) return 0; } -ACE_INLINE CORBA::Boolean -CORBA_ORB::orb_free_resources (void) -{ - return !CORBA_ORB::orb_init_count_; -} - ACE_INLINE void CORBA_ORB::_use_omg_ior_format (CORBA::Boolean ior) { |