diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-01 02:38:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-01 02:38:53 +0000 |
commit | 9bf1b51743ef86438a2286506d2a8786df4c8e4d (patch) | |
tree | 883d7cb540087cc1d0e8041bf40a3e32fb8a5383 /ace/Thread.cpp | |
parent | c6fe853ae4e92f68aaa2d9cd697dc14e23b64065 (diff) | |
download | ATCD-9bf1b51743ef86438a2286506d2a8786df4c8e4d.tar.gz |
ChangeLogTag:Thu Sep 30 16:55:41 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Thread.cpp')
-rw-r--r-- | ace/Thread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Thread.cpp b/ace/Thread.cpp index 19e647d017a..6bdcb99a1c9 100644 --- a/ace/Thread.cpp +++ b/ace/Thread.cpp @@ -20,7 +20,7 @@ ACE_Thread::spawn_n (size_t n, long priority, void *stack[], size_t stack_size[], - ACE_Thread_Adapter *thread_adapter) + ACE_Thread_Adapter *thread_adapter) { ACE_TRACE ("ACE_Thread::spawn_n"); ACE_thread_t t_id; @@ -52,7 +52,7 @@ ACE_Thread::spawn_n (ACE_thread_t thread_ids[], void *stack[], size_t stack_size[], ACE_hthread_t thread_handles[], - ACE_Thread_Adapter *thread_adapter) + ACE_Thread_Adapter *thread_adapter) { ACE_TRACE ("ACE_Thread::spawn_n"); size_t i; |