correct headers ; class comment
This commit is contained in:
parent
8896fec321
commit
6ec3fc5c09
2 changed files with 13 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
/* (c) Marc Schoenauer, Maarten Keijzer and GeNeura Team, 2000
|
/* (c) Thales group, 2010
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify it under
|
This library is free software; you can redistribute it and/or modify it under
|
||||||
the terms of the GNU Lesser General Public License as published by the Free
|
the terms of the GNU Lesser General Public License as published by the Free
|
||||||
|
|
@ -14,11 +14,10 @@ with this library; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
Contact: http://eodev.sourceforge.net
|
Contact: http://eodev.sourceforge.net
|
||||||
todos@geneura.ugr.es, http://geneura.ugr.es
|
|
||||||
Marc.Schoenauer@polytechnique.fr
|
Authors:
|
||||||
mkeijzer@dhi.dk
|
Johann Dreo <johann.dreo@thalesgroup.com>
|
||||||
Johann Dreo
|
Caner Candan <caner.candan@thalesgroup.com>
|
||||||
Caner Candan
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "eoParserLogger.h"
|
#include "eoParserLogger.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* (c) Marc Schoenauer, Maarten Keijzer and GeNeura Team, 2000
|
/* (c) Thales group, 2010
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify it under
|
This library is free software; you can redistribute it and/or modify it under
|
||||||
the terms of the GNU Lesser General Public License as published by the Free
|
the terms of the GNU Lesser General Public License as published by the Free
|
||||||
|
|
@ -14,11 +14,10 @@ with this library; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
Contact: http://eodev.sourceforge.net
|
Contact: http://eodev.sourceforge.net
|
||||||
todos@geneura.ugr.es, http://geneura.ugr.es
|
|
||||||
Marc.Schoenauer@polytechnique.fr
|
Authors:
|
||||||
mkeijzer@dhi.dk
|
Johann Dreo <johann.dreo@thalesgroup.com>
|
||||||
Johann Dreo
|
Caner Candan <caner.candan@thalesgroup.com>
|
||||||
Caner Candan
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef EO_PARSER_LOGGER_H
|
#ifndef EO_PARSER_LOGGER_H
|
||||||
|
|
@ -27,6 +26,9 @@ Contact: http://eodev.sourceforge.net
|
||||||
#include "eoParser.h"
|
#include "eoParser.h"
|
||||||
#include "eoLogger.h"
|
#include "eoLogger.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A parser that use the advanced logging system (@see eoLogger)
|
||||||
|
*/
|
||||||
class eoParserLogger : public eoParser
|
class eoParserLogger : public eoParser
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Reference in a new issue