diff options
Diffstat (limited to 'ace/Handle_Ops.h')
-rw-r--r-- | ace/Handle_Ops.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ace/Handle_Ops.h b/ace/Handle_Ops.h index 06b4d13cb1b..7368e090a73 100644 --- a/ace/Handle_Ops.h +++ b/ace/Handle_Ops.h @@ -1,3 +1,5 @@ +// -*- C++ -*- + //============================================================================= /** * @file Handle_Ops.h @@ -11,13 +13,20 @@ */ //============================================================================= - #ifndef ACE_HANDLE_OPS_H #define ACE_HANDLE_OPS_H + #include "ace/pre.h" +#include "ace/ACE_export.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #include "ace/OS.h" + class ACE_Export ACE_Handle_Ops { public: @@ -40,4 +49,5 @@ public: #endif /* ACE_LACKS_INLINE_FUNCTIONS */ #include "ace/post.h" + #endif /* ACE_HANDLE_OPS_H */ |