summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-04-06 01:11:40 +0000
committerSteve Huston <shuston@riverace.com>2002-04-06 01:11:40 +0000
commit36b2732fbfb28679f014de740b02bf04edb04c8e (patch)
tree382b786a9cbb2cfa9c7ea04118710df9319c497c /ace/Proactor.h
parentce9a4e8ba08e9d95e6ea3493dfb1eea27125466d (diff)
downloadATCD-36b2732fbfb28679f014de740b02bf04edb04c8e.tar.gz
ChangeLogTag:Fri Apr 5 19:20:39 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h25
1 files changed, 14 insertions, 11 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index 88df20ccd8c..36a3340717a 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -27,14 +27,14 @@
// This only works on Win32 platforms and on Unix platforms supporting
// POSIX aio calls.
-#include "ace/OS.h"
-#include "ace/Asynch_IO.h"
-#include "ace/Asynch_IO_Impl.h"
-#include "ace/Thread_Manager.h"
-#include "ace/Timer_Queue.h"
-#include "ace/Timer_List.h"
-#include "ace/Timer_Heap.h"
-#include "ace/Timer_Wheel.h"
+# include "ace/OS.h"
+# include "ace/Asynch_IO.h"
+# include "ace/Asynch_IO_Impl.h"
+# include "ace/Thread_Manager.h"
+# include "ace/Timer_Queue.h"
+# include "ace/Timer_List.h"
+# include "ace/Timer_Heap.h"
+# include "ace/Timer_Wheel.h"
// Forward declarations.
class ACE_Proactor_Impl;
@@ -564,11 +564,14 @@ private:
ACE_Proactor &operator= (const ACE_Proactor &);
};
-#if defined (__ACE_INLINE__)
-#include "ace/Proactor.i"
-#endif /* __ACE_INLINE__ */
+# if defined (__ACE_INLINE__)
+# include "ace/Proactor.i"
+# endif /* __ACE_INLINE__ */
#else /* NOT WIN32 or POSIX with AIO features. */
+
+# include "ace/OS.h" // Need ACE_Time_Value
+
class ACE_Export ACE_Proactor
{
public: