summaryrefslogtreecommitdiff
path: root/ace/Flag_Manip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Flag_Manip.h')
-rw-r--r--ace/Flag_Manip.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Flag_Manip.h b/ace/Flag_Manip.h
index 1d5c5723209..a28dcc41088 100644
--- a/ace/Flag_Manip.h
+++ b/ace/Flag_Manip.h
@@ -40,13 +40,11 @@ class ACE_Export ACE_Flag_Manip
/// Return the current setting of flags associated with <handle>.
static int get_flags (ACE_HANDLE handle);
-
-
};
-#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
+#if defined (__ACE_INLINE__)
#include "ace/Flag_Manip.i"
-#endif /* ACE_LACKS_INLINE_FUNCTIONS */
+#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
#endif /* ACE_FLAG_MANIP_H */