--- yoda/techmodel/PscuReader.cpp 2004/09/21 20:24:33 1.2 +++ yoda/techmodel/PscuReader.cpp 2005/08/29 09:46:13 5.0 @@ -1,6 +1,6 @@ /** @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 $ + * $Id: PscuReader.cpp,v 4.4 2005/05/28 10:44:11 kusanagi Exp $ * $Author: kusanagi $ * * Implementation of the OrbitalReader class. @@ -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 4.4 2005/05/28 10:44:11 kusanagi 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. }