diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-31 20:52:43 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-31 20:52:43 +0000 |
commit | 86ab6825e85ab28f3fcaf59ba1be7034b412b17e (patch) | |
tree | 63fd5d4eeb528e40b7e78ef23b6dd2fd4eef43ba | |
parent | 6b8eecd9d37012c68717e41d9a3d4bd9d408c3f0 (diff) | |
download | ATCD-86ab6825e85ab28f3fcaf59ba1be7034b412b17e.tar.gz |
Fixed rogue characters in Nanbor's change.
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4429,7 +4429,7 @@ private: // destructor and has no friends. }; -qqclass ACE_Export ACE_Thread_Control +class ACE_Export ACE_Thread_Control { // = TITLE // Used to keep track of a thread's activities within its entry |