imageeditor/plugins/DrawPlugin/inc/MCountTime.h
changeset 8 18b321db4884
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imageeditor/plugins/DrawPlugin/inc/MCountTime.h	Thu Jun 03 18:57:10 2010 +0800
@@ -0,0 +1,13 @@
+#ifndef MCOUNTTIME_H_
+#define MCOUNTTIME_H_
+
+class MCountTime
+	{
+public:
+	virtual void Notify() = 0;
+	virtual ~MCountTime() {}
+protected:
+	MCountTime() {}
+	};
+
+#endif