Delete some files
This commit is contained in:
		@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user