]> git.donarmstrong.com Git - flightcrew.git/blob - src/FlightCrew/Misc/XercesHUse.h
Imported Upstream version 0.7.2+dfsg
[flightcrew.git] / src / FlightCrew / Misc / XercesHUse.h
1 /************************************************************************\r
2 **\r
3 **  Copyright (C) 2009, 2010  Strahinja Markovic\r
4 **\r
5 **  This file is part of Sigil.\r
6 **\r
7 **  Sigil is free software: you can redistribute it and/or modify\r
8 **  it under the terms of the GNU General Public License as published by\r
9 **  the Free Software Foundation, either version 3 of the License, or\r
10 **  (at your option) any later version.\r
11 **\r
12 **  Sigil is distributed in the hope that it will be useful,\r
13 **  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15 **  GNU General Public License for more details.\r
16 **\r
17 **  You should have received a copy of the GNU General Public License\r
18 **  along with Sigil.  If not, see <http://www.gnu.org/licenses/>.\r
19 **\r
20 *************************************************************************/\r
21 \r
22 #pragma once\r
23 #ifndef XERCEHSUSE_H\r
24 #define XERCEHSUSE_H\r
25 \r
26 #include <xercesc/util/XercesDefs.hpp>\r
27 namespace XERCES_CPP_NAMESPACE \r
28 {\r
29     class DOMNode;\r
30     class DOMAttr;\r
31     class DOMDocument;\r
32     class DOMDocumentFragment;\r
33     class DOMElement;\r
34     class DOMNodeList;    \r
35 };\r
36 namespace xc = XERCES_CPP_NAMESPACE;\r
37 \r
38 #endif // XERCEHSUSE_H