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