summaryrefslogtreecommitdiff
path: root/ace/LSOCK.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK.cpp')
-rw-r--r--ace/LSOCK.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/LSOCK.cpp b/ace/LSOCK.cpp
index 5a0e87bd8c3..67b1236efc1 100644
--- a/ace/LSOCK.cpp
+++ b/ace/LSOCK.cpp
@@ -9,9 +9,9 @@ ACE_RCSID(ace, LSOCK, "$Id$")
#include "ace/Log_Msg.h"
#include "ace/OS_NS_sys_socket.h"
-#if defined (ACE_LACKS_INLINE_FUNCTIONS)
+#if !defined (__ACE_INLINE__)
#include "ace/LSOCK.i"
-#endif
+#endif /* __ACE_INLINE__ */
ACE_ALLOC_HOOK_DEFINE(ACE_LSOCK)