summaryrefslogtreecommitdiff
path: root/ace/Parse_Node.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-08 21:54:10 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-08 21:54:10 +0000
commit0ecf5205b86fec6836445d8df3272cc613b83ea9 (patch)
tree010302338ac8df945f024f8f90d1d9d7cd2b2356 /ace/Parse_Node.h
parente7eaa5dec5d01f5094ff207feea5ebb0d224b1c6 (diff)
downloadATCD-0ecf5205b86fec6836445d8df3272cc613b83ea9.tar.gz
ChangeLogTag:Wed May 8 15:15:41 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Parse_Node.h')
-rw-r--r--ace/Parse_Node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Parse_Node.h b/ace/Parse_Node.h
index d9ccba2aba8..967b1813239 100644
--- a/ace/Parse_Node.h
+++ b/ace/Parse_Node.h
@@ -22,6 +22,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if (ACE_USES_CLASSIC_SVC_CONF == 1)
/**
* @class ACE_Parse_Node
*
@@ -338,6 +339,7 @@ extern int ace_yyerrno;
/// Global variable used to communicate between the parser and the main
/// program.
extern ACE_Service_Config *ace_this_svc;
+#endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */
#include "ace/post.h"
#endif /* ACE_PARSE_NODE_H */