summaryrefslogtreecommitdiff
path: root/ace/LSOCK_CODgram.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-30 23:25:53 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-30 23:25:53 +0000
commitcf07f9f8a6874e0cba173df813056f37c78b3ace (patch)
tree639ad21e50551cc2a89c31b7ad63186e857a9fdb /ace/LSOCK_CODgram.i
parentf7897d95a4fb9acffc0c17b90061040825a405fc (diff)
downloadATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz
Added control for default inlined-functions.
Diffstat (limited to 'ace/LSOCK_CODgram.i')
-rw-r--r--ace/LSOCK_CODgram.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/LSOCK_CODgram.i b/ace/LSOCK_CODgram.i
index 40b2330cdcd..80a6071770c 100644
--- a/ace/LSOCK_CODgram.i
+++ b/ace/LSOCK_CODgram.i
@@ -5,13 +5,13 @@
// Do nothing constructor.
-inline
+ASYS_INLINE
ACE_LSOCK_CODgram::ACE_LSOCK_CODgram (void)
{
ACE_TRACE ("ACE_LSOCK_CODgram::ACE_LSOCK_CODgram");
}
-inline void
+ASYS_INLINE void
ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h)
{
ACE_TRACE ("ACE_LSOCK_CODgram::set_handle");
@@ -19,7 +19,7 @@ ACE_LSOCK_CODgram::set_handle (ACE_HANDLE h)
this->ACE_LSOCK::set_handle (h);
}
-inline ACE_HANDLE
+ASYS_INLINE ACE_HANDLE
ACE_LSOCK_CODgram::get_handle (void) const
{
ACE_TRACE ("ACE_LSOCK_CODgram::get_handle");