summaryrefslogtreecommitdiff
path: root/ace/Proactor_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-17 12:32:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-17 12:32:07 +0000
commitb4fd921aa3f272d11f2eb03f2b6b9911f56af507 (patch)
treecccbf558eab4da4dd500b6f90c267b51152ef64b /ace/Proactor_Impl.h
parentf6133f19f7cf636884c6385d2a9e98b37c606476 (diff)
downloadATCD-b4fd921aa3f272d11f2eb03f2b6b9911f56af507.tar.gz
ChangeLogTag: Wed Apr 17 14:29:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Proactor_Impl.h')
-rw-r--r--ace/Proactor_Impl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Proactor_Impl.h b/ace/Proactor_Impl.h
index d5de76dbb0a..0a03a32462b 100644
--- a/ace/Proactor_Impl.h
+++ b/ace/Proactor_Impl.h
@@ -75,8 +75,10 @@ public:
/// Close all dispatch threads.
virtual int close_dispatch_threads (int wait) = 0;
- /// Number of thread used as a parameter to CreatIoCompletionPort.
+ /// Get number of thread used as a parameter to CreatIoCompletionPort.
virtual size_t number_of_threads (void) const = 0;
+
+ /// Set number of thread used as a parameter to CreatIoCompletionPort.
virtual void number_of_threads (size_t threads) = 0;
/// Get the event handle.
@@ -178,7 +180,7 @@ public:
ACE_HANDLE event = ACE_INVALID_HANDLE,
int priority = 0,
int signal_number = ACE_SIGRTMIN) = 0;
-
+
/// Create the correct implementation class for ACE_Asynch_Write_Dgram::Result.
virtual ACE_Asynch_Write_Dgram_Result_Impl *create_asynch_write_dgram_result (ACE_Handler &handler,
ACE_HANDLE handle,