diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-09 07:10:03 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-09 07:10:03 +0000 |
commit | 9b0486755ef661078d7225a73bf58ecf5fce52c2 (patch) | |
tree | c7068c45cba52cc292e217d18ce466805a70d77b /ace/Proactor.cpp | |
parent | 29b0505c3a342e927a00207ec1e90313149c6db1 (diff) | |
download | ATCD-9b0486755ef661078d7225a73bf58ecf5fce52c2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r-- | ace/Proactor.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp index 35e015ad32e..60d5091c2cf 100644 --- a/ace/Proactor.cpp +++ b/ace/Proactor.cpp @@ -18,8 +18,8 @@ ACE_RCSID(ace, Proactor, "$Id$") #include "ace/Proactor.i" #endif /* __ACE_INLINE__ */ - // Process-wide ACE_Proactor. - ACE_Proactor *ACE_Proactor::proactor_ = 0; +// Process-wide ACE_Proactor. +ACE_Proactor *ACE_Proactor::proactor_ = 0; // Controls whether the Proactor is deleted when we shut down (we can // only delete it safely if we created it!) @@ -68,8 +68,6 @@ class ACE_Export ACE_Proactor_Timer_Handler : public ACE_Task <ACE_NULL_SYNCH> // Flag used to indicate when we are shutting down. }; - - ACE_Proactor_Timer_Handler::ACE_Proactor_Timer_Handler (ACE_Proactor &proactor) : ACE_Task <ACE_NULL_SYNCH> (&proactor.thr_mgr_), proactor_ (proactor), |