diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 23:25:53 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 23:25:53 +0000 |
commit | cf07f9f8a6874e0cba173df813056f37c78b3ace (patch) | |
tree | 639ad21e50551cc2a89c31b7ad63186e857a9fdb /ace/FIFO_Recv.h | |
parent | f7897d95a4fb9acffc0c17b90061040825a405fc (diff) | |
download | ATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz |
Added control for default inlined-functions.
Diffstat (limited to 'ace/FIFO_Recv.h')
-rw-r--r-- | ace/FIFO_Recv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/FIFO_Recv.h b/ace/FIFO_Recv.h index 2cd3d8c14c2..7698f0aafef 100644 --- a/ace/FIFO_Recv.h +++ b/ace/FIFO_Recv.h @@ -63,6 +63,8 @@ private: // Auxiliary handle that is used to implement persistent FIFOs. }; +#if !defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/FIFO_Recv.i" +#endif #endif /* ACE_FIFO_RECV_H */ |