Delete some files
This commit is contained in:
parent
0b179674ce
commit
1f346b4331
@ -1,17 +0,0 @@
|
|||||||
#ifndef __MoneImpl_H
|
|
||||||
#define __MoneImpl_H
|
|
||||||
|
|
||||||
#include "Domein/Mone.h"
|
|
||||||
|
|
||||||
|
|
||||||
class MoneImpl : public Mone{
|
|
||||||
private:
|
|
||||||
Tsensor* t1;
|
|
||||||
public:
|
|
||||||
MoneImpl(Tsensor*);
|
|
||||||
virtual void start();
|
|
||||||
virtual void stop();
|
|
||||||
virtual Tsensor* tsensor();
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user