diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-03-28 05:28:53 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-03-28 05:28:53 +0000 |
commit | 2078b0fc413c185ded5e0d2077456766a1811f67 (patch) | |
tree | 55e0eb72b2cf7bd6f33d928c5fe36fe88df881fd /ace/Thread.cpp | |
parent | d4de5833cbe87045c589e9d7313500abf001124c (diff) | |
download | ATCD-2078b0fc413c185ded5e0d2077456766a1811f67.tar.gz |
Integrated changes from Thilo.
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 a1e9ea83e8f..4bacdc0c921 100644 --- a/ace/Thread.cpp +++ b/ace/Thread.cpp @@ -15,7 +15,7 @@ ACE_Thread::spawn_n (size_t n, ACE_THR_FUNC func, void *arg, long flags, - u_int priority, + long priority, void *stack[], size_t stack_size[]) { @@ -39,7 +39,7 @@ ACE_Thread::spawn_n (ACE_thread_t thread_ids[], ACE_THR_FUNC func, void *arg, long flags, - u_int priority, + long priority, void *stack[], size_t stack_size[], ACE_hthread_t thread_handles[]) |