Delete some files

This commit is contained in:
Shaquille Soekhlal 2023-06-11 17:41:53 +02:00
parent 0b179674ce
commit 1f346b4331

View File

@ -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