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/SPIPE.cpp | |
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/SPIPE.cpp')
-rw-r--r-- | ace/SPIPE.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ace/SPIPE.cpp b/ace/SPIPE.cpp index f91c7ff545d..cbc04e56bc0 100644 --- a/ace/SPIPE.cpp +++ b/ace/SPIPE.cpp @@ -1,19 +1,18 @@ -// SPIPE.cpp // $Id$ #include "ace/SPIPE.h" -#if defined (ACE_LACKS_INLINE_FUNCTIONS) -#include "ace/SPIPE.i" -#endif - #include "ace/OS_NS_unistd.h" +#if !defined (__ACE_INLINE__) +#include "ace/SPIPE.i" +#endif /* __ACE_INLINE__ */ + ACE_RCSID(ace, SPIPE, "$Id$") ACE_ALLOC_HOOK_DEFINE(ACE_SPIPE) -// This is the do-nothing constructor. +// This is the do-nothing constructor. ACE_SPIPE::ACE_SPIPE (void) { @@ -28,7 +27,7 @@ ACE_SPIPE::dump (void) const #endif /* ACE_HAS_DUMP */ } -// Close down a ACE_SPIPE. +// Close down a ACE_SPIPE. int ACE_SPIPE::get_local_addr (ACE_SPIPE_Addr &local_sap) const |