summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/Proactor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index 74ed0a7fe07..6209a8ad420 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -559,6 +559,10 @@ private:
ACE_Proactor &operator= (const ACE_Proactor &);
};
+#if defined (__ACE_INLINE__)
+#include "ace/Proactor.i"
+#endif /* __ACE_INLINE__ */
+
#else /* NOT WIN32 or POSIX with AIO features. */
class ACE_Export ACE_Proactor
{
@@ -591,9 +595,6 @@ public:
static sig_atomic_t event_loop_done (void);
};
-#if defined (__ACE_INLINE__)
-#include "ace/Proactor.i"
-#endif /* __ACE_INLINE__ */
#endif /* ACE_WIN32 && !ACE_HAS_WINCE || ACE_HAS_AIO_CALLS*/
#include "ace/post.h"