diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-29 19:12:04 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-29 19:12:04 +0000 |
commit | 411ced7dd54e196a407e03860400fd73dac7c9d8 (patch) | |
tree | 3e4a95597aa92f6f42677ec393af67f35beabf99 /TAO/tao/TAO_Internal.cpp | |
parent | ca88ce8d257b98ec5f27e717a34469fb9ef88329 (diff) | |
download | ATCD-411ced7dd54e196a407e03860400fd73dac7c9d8.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index 7cdcadb2140..3998f852bb2 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -79,12 +79,7 @@ TAO_Internal::close_services (void) ACE_MT (ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX, guard, *ACE_Static_Object_Lock::instance (), -1)); - if (service_open_count_ == 0) - return -1; - - // @@ Should this be removed? - // if (--service_open_count_ == 0) - // return ACE_Service_Config::close (); + --service_open_count_; return 0; } |