diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
commit | 9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7 (patch) | |
tree | f2fdfe049c1488784708760e12dd5573560915f7 /ace/Proactor_Impl.h | |
parent | 7b6a39ee045885ccaeaeff58c2009489184c73bd (diff) | |
download | ATCD-9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7.tar.gz |
ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Proactor_Impl.h')
-rw-r--r-- | ace/Proactor_Impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Proactor_Impl.h b/ace/Proactor_Impl.h index 4aff7941c63..8fa4a98d190 100644 --- a/ace/Proactor_Impl.h +++ b/ace/Proactor_Impl.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_PROACTOR_IMPL_H +#include "ace/pre.h" #define ACE_PROACTOR_IMPL_H #include "ace/OS.h" @@ -195,4 +196,5 @@ public: }; #endif /* (ACE_WIN32 && ACE_HAS_WINCE) || ACE_HAS_AIO_CALLS */ +#include "ace/post.h" #endif /* ACE_PROACTOR_IMPL_H */ |