zen::Xml
Simple C++ XML Processing
 All Classes Namespaces Functions Variables
error.h
00001 // **************************************************************************
00002 // * This file is part of the zen::Xml project. It is distributed under the *
00003 // * Boost Software License: http://www.boost.org/LICENSE_1_0.txt           *
00004 // * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved        *
00005 // **************************************************************************
00006 
00007 #ifndef ZEN_XML_ERROR_HEADER_018734618433021489473214873214
00008 #define ZEN_XML_ERROR_HEADER_018734618433021489473214873214
00009 
00010 namespace zen
00011 {
00013 struct XmlError
00014 {
00015     virtual ~XmlError() {}
00016 };
00017 }
00018 
00019 #endif //ZEN_XML_ERROR_HEADER_018734618433021489473214873214