zenXML
Straightforward C++ XML Processing
|
00001 // ************************************************************************** 00002 // * This file is part of the zenXML project. It is distributed under the * 00003 // * Boost Software License, Version 1.0. See accompanying file * 00004 // * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt. * 00005 // * Copyright (C) 2011 ZenJu (zhnmju123 AT gmx.de) * 00006 // ************************************************************************** 00007 00008 #ifndef ZEN_XML_ERROR_HEADER_018734618433021489473214873214 00009 #define ZEN_XML_ERROR_HEADER_018734618433021489473214873214 00010 00011 namespace zen 00012 { 00014 struct XmlError 00015 { 00016 virtual ~XmlError() {} 00017 }; 00018 } 00019 00020 #endif //ZEN_XML_ERROR_HEADER_018734618433021489473214873214