It has been a while since I last worked on Aesalon proper.
[aesalon.git] / module / modules / cpuTime / polisher / Polisher.h
blob03e454cb93ccdeb459c05df3f7ff1974470737dd
1 #ifndef Polisher_H
2 #define Polisher_H
4 #include "polisher/Polisher.h"
6 class CpuTimePolisher : public PolisherInterface {
7 public:
8 CpuTimePolisher();
9 virtual ~CpuTimePolisher();
10 private:
11 public:
12 virtual DataPacket *handlePacket(DataPacket *packet);
15 #endif