summaryrefslogtreecommitdiff
path: root/ace/Pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pipe.h')
-rw-r--r--ace/Pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Pipe.h b/ace/Pipe.h
index 2a466db1a8b..2da7e685f6b 100644
--- a/ace/Pipe.h
+++ b/ace/Pipe.h
@@ -81,9 +81,9 @@ private:
ACE_HANDLE handles_[2];
};
-#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
+#if defined (__ACE_INLINE__)
#include "ace/Pipe.i"
-#endif /* ACE_LACKS_INLINE_FUNCTIONS */
+#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"