From 6ec3fc5c09a275b8fa92a8485524f68106309f9a Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 17 Aug 2010 15:11:18 +0200 Subject: [PATCH] correct headers ; class comment --- eo/src/utils/eoParserLogger.cpp | 11 +++++------ eo/src/utils/eoParserLogger.h | 14 ++++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/eo/src/utils/eoParserLogger.cpp b/eo/src/utils/eoParserLogger.cpp index 4864f1da..356552b4 100644 --- a/eo/src/utils/eoParserLogger.cpp +++ b/eo/src/utils/eoParserLogger.cpp @@ -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 + Caner Candan */ #include "eoParserLogger.h" diff --git a/eo/src/utils/eoParserLogger.h b/eo/src/utils/eoParserLogger.h index 9ac85bbe..9e53a174 100644 --- a/eo/src/utils/eoParserLogger.h +++ b/eo/src/utils/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 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 + Caner Candan */ #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: