--- yoda/techmodel/PscuReader.cpp 2004/09/21 20:50:54 2.0 +++ yoda/techmodel/PscuReader.cpp 2005/03/04 15:54:11 3.0 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/PscuReader.cpp,v $ - * $Id: PscuReader.cpp,v 1.2 2004/09/21 20:24:33 kusanagi Exp $ + * $Id: PscuReader.cpp,v 2.1 2004/12/03 22:08:01 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.2 2004/09/21 20:24:33 kusanagi Exp $\n"; + "$Header: /home/cvsmanager/yoda/techmodel/PscuReader.cpp,v 2.1 2004/12/03 22:08:01 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. }