summaryrefslogtreecommitdiff
path: root/ace/Parse_Node.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-11 04:15:59 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-11 04:15:59 +0000
commita693b0a723f2ba166bbb7272edf7e84d97f10229 (patch)
treec28db7fd1df3dfbea94a2ca3bdd44552e61a49c4 /ace/Parse_Node.cpp
parentafa7fc5f659e645396fed26a034a28f586000304 (diff)
downloadATCD-a693b0a723f2ba166bbb7272edf7e84d97f10229.tar.gz
ChangeLogTag:Sun Feb 10 22:11:43 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r--ace/Parse_Node.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp
index 899398bae90..37ad2d1b4d0 100644
--- a/ace/Parse_Node.cpp
+++ b/ace/Parse_Node.cpp
@@ -7,6 +7,7 @@
// Provide the class hierarchy that defines the parse tree of Service
// Nodes.
+#if defined (ACE_HAS_LEGACY_SERVICE_CONFIG)
#if !defined (__ACE_INLINE__)
#include "ace/Parse_Node.i"
@@ -650,3 +651,4 @@ ACE_Static_Function_Node::~ACE_Static_Function_Node (void)
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+#endif /* ACE_HAS_LEGACY_SERVICE_CONFIG */