imageeditor/plugins/DrawPlugin/inc/MCountTime.h
author qifeima <>
Mon, 21 Jun 2010 13:52:33 +0800
changeset 10 e7871f3699e6
parent 8 18b321db4884
permissions -rw-r--r--
*m:Change the icons of doodle functionality

#ifndef MCOUNTTIME_H_
#define MCOUNTTIME_H_

class MCountTime
	{
public:
	virtual void Notify() = 0;
	virtual ~MCountTime() {}
protected:
	MCountTime() {}
	};

#endif