summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-23 00:26:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-23 00:26:22 +0000
commit47320cbe1045857ea923b2ccda1953eedd47fd2e (patch)
tree155cd2f09dababbf59b7158980e969e307a7e618 /ace/Proactor.h
parentc9abb29ae0530553ca950b1d3ff98ab47416a1ef (diff)
downloadATCD-47320cbe1045857ea923b2ccda1953eedd47fd2e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index 7ae458bbc3a..91d76731e71 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -145,7 +145,6 @@ public:
ACE_SYNCH_RECURSIVE_MUTEX>
Timer_Wheel_Iterator;
-#if defined (ACE_HAS_AIO_CALLS)
enum POSIX_COMPLETION_STRATEGY
{
// Use the real time signals and do <sigtimedwait> on the
@@ -157,7 +156,6 @@ public:
};
// For Posix4-Compliat-Unix systems how the completion of the
// asynchronous calls should be got from the OS.
-#endif /* ACE_HAS_AIO_CALLS */
ACE_Proactor (size_t number_of_threads = 0,
Timer_Queue *tq = 0,