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/SOCK_Dgram_Bcast.h | |
parent | f7897d95a4fb9acffc0c17b90061040825a405fc (diff) | |
download | ATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz |
Added control for default inlined-functions.
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Bcast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SOCK_Dgram_Bcast.h b/ace/SOCK_Dgram_Bcast.h index 5bf94363068..465c9d4245d 100644 --- a/ace/SOCK_Dgram_Bcast.h +++ b/ace/SOCK_Dgram_Bcast.h @@ -104,6 +104,8 @@ private: // Do not allow this function to percolate up to this interface... }; +#if !defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/SOCK_Dgram_Bcast.i" +#endif #endif /* ACE_SOCK_DGRAM_BCAST_H */ |