00001 /* 00002 * ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/ 00003 * Copyright (c) 2007, 2008 IntelliTree Solutions llc 00004 * Author: Coleman Kane <ckane@intellitree.com> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General 00017 * Public License along with this library; if not, please feel free 00018 * to contact the author listed above. 00019 */ 00020 /* 00021 * IntelliTree ExpatMM C++ Parser Library 00022 * Copyright (C) 2006, 2007 IntelliTree Solutions llc 00023 * Written by Coleman Kane <ckane@intellitree.com> 00024 * 00025 * Header File, further description below 00026 * 00027 */ 00028 /* 00029 NOTICE: This file is auto-generated by configure (configure.ac). Do not edit this file 00030 directly. Rather, make your changes to the expatmm.h.in macro template. 00031 */ 00032 #ifndef _EXPATMM_EXPATMM_H 00033 #define _EXPATMM_EXPATMM_H 00034 00035 #include <expat.h> 00036 #include "expatmm-libdef.h" 00037 #include "ExpatXMLParser.h" 00038 #include "ExpatXMLFileParser.h" 00039 00040 #define EXPATMM_LIBRARY_MAJOR 1 00041 #define EXPATMM_LIBRARY_MINOR 0 00042 #define EXPATMM_LIBRARY_REVISION 0 00043 #define EXPATMM_LIBRARY_VERSION "1.0.0" 00044 00045 namespace expatmm { 00046 00047 std::string EXPATMM_LIBEXPORT getExpatMMVersion(void); 00048 00049 }; 00050 00051 #endif /* _EXPATMM_EXPATMM_H */