diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-24 21:35:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-24 21:35:29 +0000 |
commit | 7a6d6d39c941f82e770afde209c17084e930f732 (patch) | |
tree | 597a1a019d4746445e1e317534693889b11fa5c4 /ace/Service_Config.cpp | |
parent | 8fdb6b9ae6e6b57e18acb8efa1304d34a1981316 (diff) | |
download | ATCD-7a6d6d39c941f82e770afde209c17084e930f732.tar.gz |
ChangeLogTag:Mon Dec 24 08:08:40 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 0ddbb710d90..3f87398bfeb 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -10,6 +10,7 @@ #include "ace/Containers.h" #include "ace/Auto_Ptr.h" #include "ace/Reactor.h" +#include "ace/Proactor.h" #include "ace/Thread_Manager.h" #include "ace/Service_Config.h" @@ -830,6 +831,10 @@ ACE_Service_Config::close_singletons (void) ACE_Reactor::close_singleton (); +#if (((defined (ACE_HAS_WINNT)) && (ACE_HAS_WINNT == 1)) || (defined (ACE_HAS_AIO_CALLS))) + ACE_Proactor::close_singleton (); +#endif /* !ACE_HAS_WINCE */ + #if ! defined (ACE_THREAD_MANAGER_LACKS_STATICS) ACE_Thread_Manager::close_singleton (); #endif /* ! ACE_THREAD_MANAGER_LACKS_STATICS */ |