--- yoda/techmodel/EventReader.h 2004/12/22 11:38:35 2.2 +++ yoda/techmodel/EventReader.h 2005/03/06 04:33:02 4.0 @@ -1,7 +1,7 @@ /** @file * $Author: kusanagi $ - * $Date: 2004/12/03 22:08:00 $ - * $Revision: 2.1 $ + * $Date: 2005/03/04 15:54:11 $ + * $Revision: 3.0 $ * * Header file for the algorithms used to read the techmodel data file. */ @@ -35,7 +35,7 @@ * The Run that is processed. */ TechmodelPamelaRun *Run; //! - void UnpackPscuHeader(void) throw (WrongCRCException, LengthException); + void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException); void UnpackPscuTrailer(void) throw (std::exception); /**