Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Svc_Conf_Tokens.h
blob26a8ddad0bc1abd00e5678ff55e6b8656caea9b6
1 // -*- C++ -*-
2 //====================================================================
3 /**
4 * @file Svc_Conf_Tokens.h
6 * $Id: Svc_Conf_Tokens.h 81335 2008-04-11 01:53:36Z iliyan $
8 * @author Iliyan Jeliazkov <iliyan@ociweb.com>
9 */
10 //====================================================================
13 #ifndef BISON_SVC_CONF_TAB_H
14 # define BISON_SVC_CONF_TAB_H
16 /// This file "wraps" around the one produced by yacc(1) and ensures
17 /// that various symbols do not polute the global namespace. This
18 /// allows ACE-based applications to incorporate other yacc(1)-derived
19 /// parsers.
21 # if !defined (YYSTYPE_IS_DECLARED)
22 # define YYSTYPE_IS_DECLARED 1
23 # endif
25 # include "ace/Svc_Conf_Token_Table.h"
27 # undef YYSTYPE_IS_DECLARED
29 #endif /* ifndef BISON_SVC_CONF_TAB_H */