summaryrefslogtreecommitdiff
path: root/ace/IPC_SAP.h
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.h
parentf7897d95a4fb9acffc0c17b90061040825a405fc (diff)
downloadATCD-cf07f9f8a6874e0cba173df813056f37c78b3ace.tar.gz
Added control for default inlined-functions.
Diffstat (limited to 'ace/IPC_SAP.h')
-rw-r--r--ace/IPC_SAP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/IPC_SAP.h b/ace/IPC_SAP.h
index 5149810cf4c..2081d5de64c 100644
--- a/ace/IPC_SAP.h
+++ b/ace/IPC_SAP.h
@@ -60,6 +60,8 @@ private:
// Cache the process ID.
};
+#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/IPC_SAP.i"
+#endif
#endif /* ACE_IPC_SAP_H */