imageeditor/plugins/DrawPlugin/inc/MCountTime.h
changeset 8 18b321db4884
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
       
     1 #ifndef MCOUNTTIME_H_
       
     2 #define MCOUNTTIME_H_
       
     3 
       
     4 class MCountTime
       
     5 	{
       
     6 public:
       
     7 	virtual void Notify() = 0;
       
     8 	virtual ~MCountTime() {}
       
     9 protected:
       
    10 	MCountTime() {}
       
    11 	};
       
    12 
       
    13 #endif