diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-29 22:04:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-29 22:04:20 +0000 |
commit | fc3a55fe3ed2764dc2398dea20daaae7a1032cc2 (patch) | |
tree | a7005ab28dff3c49c6108643452fe1355505aa96 /ace/Object_Manager.cpp | |
parent | 25bc5cbf211781c8992b41b9584484915e4d9837 (diff) | |
download | ATCD-fc3a55fe3ed2764dc2398dea20daaae7a1032cc2.tar.gz |
(cleanup_tss): added an argument to indicate whether the main thread is calling or not
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r-- | ace/Object_Manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index 745156a489c..19cf1808aa8 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -496,7 +496,7 @@ ACE_Object_Manager::~ACE_Object_Manager (void) ACE_Service_Config::close (); // Close the main thread's TSS, including its Log_Msg instance. - ACE_OS::cleanup_tss (); + ACE_OS::cleanup_tss (1 /* main thread */); // Close down Winsock (no-op on other platforms). ACE_OS::socket_fini (); |