// toillgyroproducer.h // Eric Aubourg CEA/DAPNIA/SPP octobre 1999 #ifndef TOILLGYROPRODUCER_H #define TOILLGYROPRODUCER_H #include "toiproducer.h" #include "ark.h" class TOILLGyroProducer : public TOILowLevProducer { public: TOILLGyroProducer(); void handleBlock(ArchFileSet*); // push ! virtual string getName(); }; #endif