diff options
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r-- | ace/Parse_Node.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp index 899398bae90..3cf9be2ef12 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 (ACE_USES_CLASSIC_SVC_CONF == 1) #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_USES_CLASSIC_SVC_CONF == 1 */ |