summaryrefslogtreecommitdiff
path: root/TAO/tao/Thread_Per_Connection_Handler.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-03-19 04:27:23 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-03-19 04:27:23 +0000
commit070ff4ea6789e9a0256c47f4a2430352b4732181 (patch)
tree6ec859bf8eb4550d001d22c99565de0ab5f8643a /TAO/tao/Thread_Per_Connection_Handler.h
parent707ddfbff68692eaa9924b34a1831889db9063e8 (diff)
downloadATCD-070ff4ea6789e9a0256c47f4a2430352b4732181.tar.gz
ChangeLogTag:Thu Mar 18 22:52:49 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Thread_Per_Connection_Handler.h')
-rw-r--r--TAO/tao/Thread_Per_Connection_Handler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Thread_Per_Connection_Handler.h b/TAO/tao/Thread_Per_Connection_Handler.h
index 9e994daf65f..f33905d4bec 100644
--- a/TAO/tao/Thread_Per_Connection_Handler.h
+++ b/TAO/tao/Thread_Per_Connection_Handler.h
@@ -61,8 +61,7 @@ public:
ACE_hthread_t thread_handles[] = 0,
void *stack[] = 0,
size_t stack_size[] = 0,
- ACE_thread_t thread_names[] = 0,
- bool inherit_priority = false);
+ ACE_thread_t thread_names[] = 0);
/// Template hook method that the thread uses...
/**