diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-05 12:00:45 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-05 12:00:45 +0000 |
commit | e94ab32c492b3c055fe8fd5ab062374c2858c9f2 (patch) | |
tree | 90740bda77c9cc8776bc97699725d2aec973a4d3 /ace/UNIX_Addr.cpp | |
parent | 2ea091e5bdbe58dd1b8f2cb6effc61006c270858 (diff) | |
download | ATCD-e94ab32c492b3c055fe8fd5ab062374c2858c9f2.tar.gz |
ChangeLogTag:Fri Apr 5 11:40:00 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/UNIX_Addr.cpp')
-rw-r--r-- | ace/UNIX_Addr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/UNIX_Addr.cpp b/ace/UNIX_Addr.cpp index 5b580cff1ce..13bb91e1db1 100644 --- a/ace/UNIX_Addr.cpp +++ b/ace/UNIX_Addr.cpp @@ -3,14 +3,14 @@ #include "ace/UNIX_Addr.h" -#if !defined (__ACE_INLINE__) -#include "ace/UNIX_Addr.i" -#endif /* __ACE_INLINE__ */ - ACE_RCSID(ace, UNIX_Addr, "$Id$") #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) +#if !defined (__ACE_INLINE__) +#include "ace/UNIX_Addr.i" +#endif /* __ACE_INLINE__ */ + ACE_ALLOC_HOOK_DEFINE(ACE_UNIX_Addr) // Set a pointer to the address. |