summaryrefslogtreecommitdiff
path: root/ace/FIFO_Recv_Msg.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 13:58:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 13:58:59 +0000
commit80704c4b3d824a163361567d733d7abf046c5e33 (patch)
treea0cf7224cf47f51ebf9c88774dd3c7f2ce055852 /ace/FIFO_Recv_Msg.cpp
parentd94228526efd6d8c614701abdc88111e177dc68e (diff)
downloadATCD-80704c4b3d824a163361567d733d7abf046c5e33.tar.gz
ChangeLogTag: Mon Jun 14 13:58:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/FIFO_Recv_Msg.cpp')
-rw-r--r--ace/FIFO_Recv_Msg.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/FIFO_Recv_Msg.cpp b/ace/FIFO_Recv_Msg.cpp
index 2c01f948e54..b9094fe00f2 100644
--- a/ace/FIFO_Recv_Msg.cpp
+++ b/ace/FIFO_Recv_Msg.cpp
@@ -3,12 +3,12 @@
#include "ace/FIFO_Recv_Msg.h"
-#if defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "ace/FIFO_Recv_Msg.i"
-#endif
-
#include "ace/Log_Msg.h"
+#if !defined (__ACE_INLINE__)
+#include "ace/FIFO_Recv_Msg.i"
+#endif /* __ACE_INLINE__ */
+
ACE_RCSID(ace, FIFO_Recv_Msg, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_FIFO_Recv_Msg)