diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-13 05:08:22 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-13 05:08:22 +0000 |
commit | 2278f6a421fa08943b895ba3e74b613e77dbc26a (patch) | |
tree | 0700e5f2838e0b09b6430e432fd51ea835067206 /TAO/tao/ORB.i | |
parent | 2e58fd45de807b8d86210b7a2c29841dd2637d2d (diff) | |
download | ATCD-2278f6a421fa08943b895ba3e74b613e77dbc26a.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.i')
-rw-r--r-- | TAO/tao/ORB.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.i b/TAO/tao/ORB.i index e1fef857e2b..334f220ca98 100644 --- a/TAO/tao/ORB.i +++ b/TAO/tao/ORB.i @@ -206,7 +206,7 @@ CORBA_ORB::work_pending (void) ACE_INLINE CORBA::Boolean CORBA_ORB::orb_free_resources (void) { - return CORBA_ORB::orb_init_count_; + return !CORBA_ORB::orb_init_count_; } // ************************************************************* |