summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.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/Svc_Conf.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/Svc_Conf.h')
-rw-r--r--ace/Svc_Conf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h
index ecf285baebf..291fe3defca 100644
--- a/ace/Svc_Conf.h
+++ b/ace/Svc_Conf.h
@@ -28,6 +28,8 @@
#include "ace/Service_Config.h"
#include "ace/Parse_Node.h"
+#if (ACE_USES_CLASSIC_SVC_CONF == 1)
+
// Forward declarations.
struct ace_yy_buffer_state;
@@ -194,6 +196,8 @@ extern ACE_TCHAR *ace_yytext;
/// Holds the length of the lexeme for the current token
extern int ace_yyleng;
+#endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */
+
/// Factory that creates a new ACE_Service_Type_Impl.
extern ACE_Service_Type_Impl *
ace_create_service_type (const ACE_TCHAR *,