--- yoda/techmodel/PscuReader.cpp 2004/09/21 20:24:33 1.2 +++ yoda/techmodel/PscuReader.cpp 2006/02/04 12:37:45 5.1 @@ -1,7 +1,7 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/PscuReader.cpp,v $ - * $Id: PscuReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ - * $Author: kusanagi $ + * $Id: PscuReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Implementation of the OrbitalReader class. */ @@ -14,7 +14,7 @@ using namespace pamela; using namespace pamela::techmodel; -static LoggerPtr logger = Logger::getLogger(_T("pamela.techmodel.PscuReader")); +static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.PscuReader")); /** * Constructor. @@ -30,7 +30,7 @@ */ std::string PscuReader::GetVersionInfo(void) const { return - "$Header: /home/cvsmanager/yoda/techmodel/PscuReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; + "$Header: /home/cvsmanager/yoda/techmodel/PscuReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $\n"; } /** @@ -46,6 +46,6 @@ /** * Unpack the orbital event from an input file. */ -void PscuReader::RunEvent(int EventNumber, long int length) { +void PscuReader::RunEvent(int EventNumber, long int length) throw (WrongCRCException){ // First step: unpack the event into the event class. }