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 | c3b8ab6e5155f195a84e8ed00baf9ab9b285c364 (patch) | |
tree | 639ad21e50551cc2a89c31b7ad63186e857a9fdb /ace/UPIPE_Connector.h | |
parent | e197dcfb4f2b497c2d21cb01ec3824e3847a51d6 (diff) | |
download | ATCD-c3b8ab6e5155f195a84e8ed00baf9ab9b285c364.tar.gz |
Added control for default inlined-functions.
Diffstat (limited to 'ace/UPIPE_Connector.h')
-rw-r--r-- | ace/UPIPE_Connector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/UPIPE_Connector.h b/ace/UPIPE_Connector.h index 6dfdb7df9de..c5c23c1d327 100644 --- a/ace/UPIPE_Connector.h +++ b/ace/UPIPE_Connector.h @@ -93,6 +93,9 @@ public: // Declare the dynamic allocation hooks. }; +#if !defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/UPIPE_Connector.i" +#endif + #endif /* ACE_HAS_THREADS */ #endif /* ACE_UPIPE_CONNECTOR_H */ |