diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 13:58:59 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 13:58:59 +0000 |
commit | 62df95b3bc2d2d6e9de132b8d28cabec22326619 (patch) | |
tree | a0cf7224cf47f51ebf9c88774dd3c7f2ce055852 /ace/FIFO_Send.h | |
parent | 3f1c3013d7131d5a77038350c42c59a2a948ccad (diff) | |
download | ATCD-62df95b3bc2d2d6e9de132b8d28cabec22326619.tar.gz |
ChangeLogTag: Mon Jun 14 13:58:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/FIFO_Send.h')
-rw-r--r-- | ace/FIFO_Send.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FIFO_Send.h b/ace/FIFO_Send.h index 19c1278dd74..5146635fbe6 100644 --- a/ace/FIFO_Send.h +++ b/ace/FIFO_Send.h @@ -62,9 +62,9 @@ public: ACE_ALLOC_HOOK_DECLARE; }; -#if !defined (ACE_LACKS_INLINE_FUNCTIONS) +#if defined (__ACE_INLINE__) #include "ace/FIFO_Send.i" -#endif +#endif /* __ACE_INLINE__ */ #include /**/ "ace/post.h" |