diff options
Diffstat (limited to 'ace/FIFO_Recv_Msg.h')
-rw-r--r-- | ace/FIFO_Recv_Msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO_Recv_Msg.h b/ace/FIFO_Recv_Msg.h index 197b5ad2f02..7b0760022d9 100644 --- a/ace/FIFO_Recv_Msg.h +++ b/ace/FIFO_Recv_Msg.h @@ -126,9 +126,9 @@ public: ACE_ALLOC_HOOK_DECLARE; }; -#if !defined (ACE_LACKS_INLINE_FUNCTIONS) +#if defined (__ACE_INLINE__) #include "ace/FIFO_Recv_Msg.i" -#endif +#endif /* __ACE_INLINE__ */ #include /**/ "ace/post.h" #endif /* ACE_FIFO_RECV_MSG_H */ |