EVOLUTION-MANAGER
Edit File: xercesc_headers.h
/****************************************************************************** * * Project: GDAL * Purpose: Includes Xerces-C headers * Author: Even Rouault <even dot rouault at spatialys dot com> * ****************************************************************************** * Copyright (c) 2016, Even Rouault <even dot rouault at spatialys dot com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. *****************************************************************************/ #ifndef XERCESC_HEADERS_H #define XERCESC_HEADERS_H #if ((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)) && !defined(_MSC_VER)) #pragma GCC system_header #endif // This works around problems with math.h on some platforms #defining INFINITY #ifdef INFINITY #undef INFINITY #define INFINITY INFINITY_XERCES #endif #include <util/PlatformUtils.hpp> #include <sax2/DefaultHandler.hpp> #include <sax2/ContentHandler.hpp> #include <sax2/SAX2XMLReader.hpp> #include <sax2/XMLReaderFactory.hpp> #include <dom/DOM.hpp> #include <util/XMLString.hpp> #if _XERCES_VERSION >= 30000 # include <sax2/Attributes.hpp> #endif #ifdef XERCES_CPP_NAMESPACE_USE XERCES_CPP_NAMESPACE_USE #endif #endif /* XERCESC_HEADERS_H */