--- yoda/techmodel/EventReader.h 2006/08/16 13:15:23 6.2 +++ yoda/techmodel/EventReader.h 2006/08/23 14:39:44 6.3 @@ -35,7 +35,6 @@ */ TechmodelPamelaRun *Run; //! void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); - void UnpackPscuHeader(unsigned char*) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); void UnpackPscuTrailer(void) throw (std::exception); /** @@ -59,7 +58,7 @@ virtual void Init(PamelaRun *); virtual void RunEvent(int); virtual std::string GetVersionInfo(void) const; - virtual bool FindStart(unsigned char*, long) throw (std::exception); + virtual bool FindStart(void) throw (std::exception); int archiveCorruptedPacket(long int, long int); ClassDef(EventReader, 1) };