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