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