From 767bb3951c65e38627cb0bbad9a3756e1cda2520 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:30:42 +0200 Subject: 6.1 --- zenxml/doc/error_8h_source.html | 83 +++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 48 deletions(-) (limited to 'zenxml/doc/error_8h_source.html') diff --git a/zenxml/doc/error_8h_source.html b/zenxml/doc/error_8h_source.html index 8986a17b..91e0421e 100644 --- a/zenxml/doc/error_8h_source.html +++ b/zenxml/doc/error_8h_source.html @@ -3,46 +3,36 @@ + zen::Xml: error.h Source File - - - - + + - + -
- - +
- - - - - -
zen::Xml -
Simple C++ XML Processing
- - + + @@ -51,7 +41,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • Main Page
  • Namespaces
  • Classes
  • -
  • Files
  • @@ -70,18 +59,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • - -
    - All Classes Namespaces Functions Variables
    + All Classes Namespaces Functions Variables Pages
    @@ -90,37 +73,41 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    + +
    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
    -
    - - +
    1 // **************************************************************************
    +
    2 // * This file is part of the FreeFileSync project. It is distributed under *
    +
    3 // * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
    +
    4 // * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
    +
    5 // **************************************************************************
    +
    6 
    +
    7 #ifndef ZEN_XML_ERROR_HEADER_018734618433021489473214873214
    +
    8 #define ZEN_XML_ERROR_HEADER_018734618433021489473214873214
    +
    9 
    +
    10 namespace zen
    +
    11 {
    +
    13 struct XmlError
    +
    14 {
    +
    15  virtual ~XmlError() {}
    +
    16 };
    +
    17 }
    +
    18 
    +
    19 #endif //ZEN_XML_ERROR_HEADER_018734618433021489473214873214
    +
    Exception base class for zen::Xml.
    Definition: error.h:13
    +
    + - -- cgit