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.i | |
parent | f7897d95a4fb9acffc0c17b90061040825a405fc (diff) | |
download | ATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz |
Added control for default inlined-functions.
Diffstat (limited to 'ace/LSOCK_Dgram.i')
-rw-r--r-- | ace/LSOCK_Dgram.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/LSOCK_Dgram.i b/ace/LSOCK_Dgram.i index 51b03bb8c89..ffc1890d12b 100644 --- a/ace/LSOCK_Dgram.i +++ b/ace/LSOCK_Dgram.i @@ -3,7 +3,7 @@ // LSOCK_Dgram.i -inline void +ASYS_INLINE void ACE_LSOCK_Dgram::set_handle (ACE_HANDLE h) { ACE_TRACE ("ACE_LSOCK_Dgram::set_handle"); @@ -11,7 +11,7 @@ ACE_LSOCK_Dgram::set_handle (ACE_HANDLE h) this->ACE_LSOCK::set_handle (h); } -inline ACE_HANDLE +ASYS_INLINE ACE_HANDLE ACE_LSOCK_Dgram::get_handle (void) const { ACE_TRACE ("ACE_LSOCK_Dgram::get_handle"); |