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