1 /***************************************************************************
2                               dnodefactory.hpp
3                              -------------------
4     begin                : July 22 2002
5     copyright            : (C) 2002 by Marc Schellens
6     email                : m_schellens@users.sf.net
7  ***************************************************************************/
8 
9 /***************************************************************************
10  *                                                                         *
11  *   This program is free software; you can redistribute it and/or modify  *
12  *   it under the terms of the GNU General Public License as published by  *
13  *   the Free Software Foundation; either version 2 of the License, or     *
14  *   (at your option) any later version.                                   *
15  *                                                                         *
16  ***************************************************************************/
17 
18 
19 #ifndef DNodeFactory_hpp__
20 #define DNodeFactory_hpp__
21 
22 #include "dnode.hpp"
23 
24 #include <antlr/ASTFactory.hpp>
25 
26 //ANTLR_USING_NAMESPACE(std)
27 //ANTLR_USING_NAMESPACE(antlr)
28 
29 extern antlr::ASTFactory DNodeFactory;
30 
31 #endif
32