summaryrefslogtreecommitdiff
path: root/ace/IPC_SAP.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/IPC_SAP.i
parentf7897d95a4fb9acffc0c17b90061040825a405fc (diff)
downloadATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz
Added control for default inlined-functions.
Diffstat (limited to 'ace/IPC_SAP.i')
-rw-r--r--ace/IPC_SAP.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/IPC_SAP.i b/ace/IPC_SAP.i
index 930be9c991e..4d3f0dbbead 100644
--- a/ace/IPC_SAP.i
+++ b/ace/IPC_SAP.i
@@ -5,7 +5,7 @@
// Used to return the underlying handle_.
-inline ACE_HANDLE
+ASYS_INLINE ACE_HANDLE
ACE_IPC_SAP::get_handle (void) const
{
ACE_TRACE ("ACE_IPC_SAP::get_handle");
@@ -14,7 +14,7 @@ ACE_IPC_SAP::get_handle (void) const
// Used to set the underlying handle_.
-inline void
+ASYS_INLINE void
ACE_IPC_SAP::set_handle (ACE_HANDLE handle)
{
ACE_TRACE ("ACE_IPC_SAP::set_handle");
@@ -23,7 +23,7 @@ ACE_IPC_SAP::set_handle (ACE_HANDLE handle)
// Provides access to the ACE_OS::ioctl system call.
-inline int
+ASYS_INLINE int
ACE_IPC_SAP::control (int cmd, void *arg) const
{
ACE_TRACE ("ACE_IPC_SAP::control");