diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-27 00:40:47 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-27 00:40:47 +0000 |
commit | 5172fe7e9640706c63a4a8784030fd51dd17724a (patch) | |
tree | 173bec3360b7cc717f5819759ec1343aa946a3df /ace/Thread_Manager.h | |
parent | 897340171b6119a0504fbf2a6cd91df9fb1bd0a1 (diff) | |
download | ATCD-5172fe7e9640706c63a4a8784030fd51dd17724a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Thread_Manager.h')
-rw-r--r-- | ace/Thread_Manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h index d0e5b7d0b3f..c672b041e04 100644 --- a/ace/Thread_Manager.h +++ b/ace/Thread_Manager.h @@ -69,9 +69,9 @@ public: // array) to be destroyed. Returns 0 on success, non-zero on // failure: -1 if virtual memory is exhausted or 1 if the object (or // arrayt) had already been registered. - - ~ACE_Thread_Descriptor (void); - // Do nothing destructor to keep some compilers happy + + ~ACE_Thread_Descriptor (void); + // Do nothing destructor to keep some compilers happy // = We need the following to make BORLANDC happy. int operator== (const ACE_Thread_Descriptor &rhs) const; |