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