diff options
Diffstat (limited to 'ace/FIFO_Send_Msg.h')
-rw-r--r-- | ace/FIFO_Send_Msg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/FIFO_Send_Msg.h b/ace/FIFO_Send_Msg.h index cc55b9188fa..92e0cee2a56 100644 --- a/ace/FIFO_Send_Msg.h +++ b/ace/FIFO_Send_Msg.h @@ -68,7 +68,9 @@ public: // Declare the dynamic allocation hooks. }; +#if !defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/FIFO_Send_Msg.i" +#endif #endif /* ACE_FIFO_SEND_MSG_H */ |