~ubuntu-branches/ubuntu/precise/xerces-c/precise

« back to all changes in this revision

Viewing changes to src/xercesc/sax/ErrorHandler.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-05-01 08:39:53 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100501083953-2rm5l9kbziszygpx
Tags: 3.1.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: ErrorHandler.hpp 527149 2007-04-10 14:56:39Z amassari $
 
19
 * $Id: ErrorHandler.hpp 932887 2010-04-11 13:04:59Z borisk $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_ERRORHANDLER_HPP)
67
67
    {
68
68
    }
69
69
 
70
 
    /** Desctructor */
 
70
    /** Destructor */
71
71
    virtual ~ErrorHandler()
72
72
    {
73
73
    }
144
144
    * Reset the Error handler object on its reuse
145
145
    *
146
146
    * <p>This method helps in reseting the Error handler object
147
 
    * implementational defaults each time the Error handler is begun.</p>
 
147
    * implementation defaults each time the Error handler is begun.</p>
148
148
    *
149
149
    */
150
150
    virtual void resetErrors() = 0;