--- yoda/techmodel/AcInitReader.cpp 2004/09/21 20:50:54 2.0 +++ yoda/techmodel/AcInitReader.cpp 2004/12/03 22:08:00 2.1 @@ -50,7 +50,7 @@ /** * Unpack the AcInit event from an input file. */ -void AcInitReader::RunEvent(int EventNumber, long int length) { +void AcInitReader::RunEvent(int EventNumber, long int length) throw (WrongCRCException){ }