diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-08 21:54:10 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-08 21:54:10 +0000 |
commit | 0ecf5205b86fec6836445d8df3272cc613b83ea9 (patch) | |
tree | 010302338ac8df945f024f8f90d1d9d7cd2b2356 /ace/Parse_Node.cpp | |
parent | e7eaa5dec5d01f5094ff207feea5ebb0d224b1c6 (diff) | |
download | ATCD-0ecf5205b86fec6836445d8df3272cc613b83ea9.tar.gz |
ChangeLogTag:Wed May 8 15:15:41 2002 Nanbor Wang <nanbor@cs.wustl.edu>
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 */ |