summaryrefslogtreecommitdiff
path: root/ace/ATM_Stream.h
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-03 21:57:04 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-03 21:57:04 +0000
commit8e1f66d3ba45b0dbc62640867cb98064f5f3589b (patch)
treef686dc4ac95fd854f18c937a7ffdaf473a71b380 /ace/ATM_Stream.h
parent6cc3d470937b67d8313efe6481398fd34eb930bc (diff)
downloadATCD-8e1f66d3ba45b0dbc62640867cb98064f5f3589b.tar.gz
Fixing inline problems
Diffstat (limited to 'ace/ATM_Stream.h')
-rw-r--r--ace/ATM_Stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ATM_Stream.h b/ace/ATM_Stream.h
index 5519247ee90..0995ea7a332 100644
--- a/ace/ATM_Stream.h
+++ b/ace/ATM_Stream.h
@@ -79,7 +79,9 @@ private:
// Typedef'd to the appropriate stream mechanism above
};
+#if defined (__ACE_INLINE__)
#include "ace/ATM_Stream.i"
+#endif /* __ACE_INLINE__ */
#endif /* ACE_HAS_ATM */
#endif /* ACE_ATM_STREAM_H */