Svc_Conf_Tokens.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //====================================================================
00003 /**
00004  *  @file    Svc_Conf_Tokens.h
00005  *
00006  *  $Id: Svc_Conf_Tokens.h 81335 2008-04-11 01:53:36Z iliyan $
00007  *
00008  *  @author Iliyan Jeliazkov <iliyan@ociweb.com>
00009  */
00010 //====================================================================
00011 
00012 
00013 #ifndef BISON_SVC_CONF_TAB_H
00014 #  define BISON_SVC_CONF_TAB_H
00015 
00016 /// This file "wraps" around the one produced by yacc(1) and ensures
00017 /// that various symbols do not polute the global namespace. This
00018 /// allows ACE-based applications to incorporate other yacc(1)-derived
00019 /// parsers.
00020 
00021 #  if !defined (YYSTYPE_IS_DECLARED)
00022 #    define YYSTYPE_IS_DECLARED 1
00023 #  endif
00024 
00025 #  include "ace/Svc_Conf_Token_Table.h"
00026 
00027 #  undef YYSTYPE_IS_DECLARED
00028 
00029 #endif /* ifndef BISON_SVC_CONF_TAB_H */

Generated on Tue Feb 2 17:18:43 2010 for ACE by  doxygen 1.4.7