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 | 80704c4b3d824a163361567d733d7abf046c5e33 (patch) | |
tree | a0cf7224cf47f51ebf9c88774dd3c7f2ce055852 /ace/LSOCK_Stream.h | |
parent | d94228526efd6d8c614701abdc88111e177dc68e (diff) | |
download | ATCD-80704c4b3d824a163361567d733d7abf046c5e33.tar.gz |
ChangeLogTag: Mon Jun 14 13:58:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/LSOCK_Stream.h')
-rw-r--r-- | ace/LSOCK_Stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/LSOCK_Stream.h b/ace/LSOCK_Stream.h index d1c2434f114..c1089322583 100644 --- a/ace/LSOCK_Stream.h +++ b/ace/LSOCK_Stream.h @@ -69,9 +69,9 @@ public: int get_remote_addr (ACE_Addr &) const; }; -#if !defined (ACE_LACKS_INLINE_FUNCTIONS) +#if defined (__ACE_INLINE__) #include "ace/LSOCK_Stream.i" -#endif +#endif /* __ACE_INLINE__ */ #endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */ #include /**/ "ace/post.h" |