summaryrefslogtreecommitdiff
path: root/ace/TLI.h
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-24 15:00:26 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-24 15:00:26 +0000
commit28905b0372c5b6d8b65464d8cdb4d875410e71e9 (patch)
treed58a342eee2e063bef683ba2c5d73abb7f8b1724 /ace/TLI.h
parent70b6ff8b3e2d5e5257427e343ea9f055502f4ddb (diff)
downloadATCD-28905b0372c5b6d8b65464d8cdb4d875410e71e9.tar.gz
Changing "hard-coded" inline to ACE_INLINE.
Diffstat (limited to 'ace/TLI.h')
-rw-r--r--ace/TLI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/TLI.h b/ace/TLI.h
index 852804bd594..8a1fb9e1ff1 100644
--- a/ace/TLI.h
+++ b/ace/TLI.h
@@ -98,7 +98,9 @@ private:
#endif /* ACE_HAS_SVR4_TLI */
};
+#if defined (__ACE_INLINE__)
#include "ace/TLI.i"
+#endif /* __ACE_INLINE__ */
#endif /* ACE_HAS_TLI */
#include "ace/post.h"