correct headers ; class comment

This commit is contained in:
Johann Dreo 2010-08-17 15:11:18 +02:00
commit 6ec3fc5c09
2 changed files with 13 additions and 12 deletions

View file

@ -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
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
Contact: http://eodev.sourceforge.net
todos@geneura.ugr.es, http://geneura.ugr.es
Marc.Schoenauer@polytechnique.fr
mkeijzer@dhi.dk
Johann Dreo
Caner Candan
Authors:
Johann Dreo <johann.dreo@thalesgroup.com>
Caner Candan <caner.candan@thalesgroup.com>
*/
#include "eoParserLogger.h"

View file

@ -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
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
Contact: http://eodev.sourceforge.net
todos@geneura.ugr.es, http://geneura.ugr.es
Marc.Schoenauer@polytechnique.fr
mkeijzer@dhi.dk
Johann Dreo
Caner Candan
Authors:
Johann Dreo <johann.dreo@thalesgroup.com>
Caner Candan <caner.candan@thalesgroup.com>
*/
#ifndef EO_PARSER_LOGGER_H
@ -27,6 +26,9 @@ Contact: http://eodev.sourceforge.net
#include "eoParser.h"
#include "eoLogger.h"
/**
* A parser that use the advanced logging system (@see eoLogger)
*/
class eoParserLogger : public eoParser
{
public: