summaryrefslogtreecommitdiff
path: root/ace/SOCK.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/SOCK.i
parentf7897d95a4fb9acffc0c17b90061040825a405fc (diff)
downloadATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz
Added control for default inlined-functions.
Diffstat (limited to 'ace/SOCK.i')
-rw-r--r--ace/SOCK.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK.i b/ace/SOCK.i
index bbf4794a8af..fb8d9211ecb 100644
--- a/ace/SOCK.i
+++ b/ace/SOCK.i
@@ -3,7 +3,7 @@
// SOCK.i
-inline int
+ASYS_INLINE int
ACE_SOCK::set_option (int level,
int option,
void *optval,
@@ -16,7 +16,7 @@ ACE_SOCK::set_option (int level,
// Provides access to the ACE_OS::getsockopt system call.
-inline int
+ASYS_INLINE int
ACE_SOCK::get_option (int level,
int option,
void *optval,