diff options
Diffstat (limited to 'zenxml/error.h')
-rw-r--r-- | zenxml/error.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/zenxml/error.h b/zenxml/error.h deleted file mode 100644 index bea04520..00000000 --- a/zenxml/error.h +++ /dev/null @@ -1,19 +0,0 @@ -// ************************************************************************** -// * This file is part of the zen::Xml project. It is distributed under the * -// * Boost Software License: http://www.boost.org/LICENSE_1_0.txt * -// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved * -// ************************************************************************** - -#ifndef ZEN_XML_ERROR_HEADER_018734618433021489473214873214 -#define ZEN_XML_ERROR_HEADER_018734618433021489473214873214 - -namespace zen -{ -///Exception base class for zen::Xml -struct XmlError -{ - virtual ~XmlError() {} -}; -} - -#endif //ZEN_XML_ERROR_HEADER_018734618433021489473214873214 |