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/LSOCK_Dgram.cpp | |
parent | f7897d95a4fb9acffc0c17b90061040825a405fc (diff) | |
download | ATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz |
Added control for default inlined-functions.
Diffstat (limited to 'ace/LSOCK_Dgram.cpp')
-rw-r--r-- | ace/LSOCK_Dgram.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/LSOCK_Dgram.cpp b/ace/LSOCK_Dgram.cpp index eb734719bdb..2f4b466b4de 100644 --- a/ace/LSOCK_Dgram.cpp +++ b/ace/LSOCK_Dgram.cpp @@ -6,6 +6,10 @@ #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) +#if defined (ACE_LACKS_INLINE_FUNCTIONS) +#include "ace/LSOCK_Dgram.i" +#endif + ACE_ALLOC_HOOK_DEFINE(ACE_LSOCK_Dgram) void |