diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-20 12:35:37 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-20 12:35:37 +0000 |
commit | aaac9c9e2d3d16f48a97f7c3e17147b9238a731c (patch) | |
tree | f10b56dc1c2cb912a9dba44c2bf0ab7be3321d24 /ace/Timer_Queue_Adapters.h | |
parent | aa142d4cdbd07973bb6306b0cd105f7b81df094d (diff) | |
download | ATCD-aaac9c9e2d3d16f48a97f7c3e17147b9238a731c.tar.gz |
(activate): added thread_names argument
Diffstat (limited to 'ace/Timer_Queue_Adapters.h')
-rw-r--r-- | ace/Timer_Queue_Adapters.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h index 3716ea5c257..4eda1315222 100644 --- a/ace/Timer_Queue_Adapters.h +++ b/ace/Timer_Queue_Adapters.h @@ -131,7 +131,8 @@ public: ACE_Task_Base *task = 0, ACE_hthread_t thread_handles[] = 0, void *stack[] = 0, - size_t stack_size[] = 0); + size_t stack_size[] = 0, + ACE_thread_t thread_names[] = 0); // We override the default <activate> method so that we can ensure // that only a single thread is ever spawned. Otherwise, too many // weird things can happen... |