summaryrefslogtreecommitdiff
path: root/ace/Token_Collection.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-14 18:58:03 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-14 18:58:03 +0000
commitfbc1ac1e430fa97c3f989cfd207823478cac7b85 (patch)
tree84195003352049ce21e9804f375b5b14b052803c /ace/Token_Collection.cpp
parentddd12adf32a69a26710a64880e0840c177a2ef00 (diff)
downloadATCD-fbc1ac1e430fa97c3f989cfd207823478cac7b85.tar.gz
fixes for inlining
Diffstat (limited to 'ace/Token_Collection.cpp')
-rw-r--r--ace/Token_Collection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Token_Collection.cpp b/ace/Token_Collection.cpp
index 1cc1e433a18..ac349124673 100644
--- a/ace/Token_Collection.cpp
+++ b/ace/Token_Collection.cpp
@@ -5,9 +5,9 @@
#define ACE_BUILD_DLL
#include "ace/Token_Collection.h"
-#if !defined (__INLINE__)
+#if !defined (__ACE_INLINE__)
#include "ace/Token_Collection.i"
-#endif /* __INLINE__ */
+#endif /* __ACE_INLINE__ */
ACE_Token_Collection::ACE_Token_Collection (int debug,
const char *name)