imageeditor/plugins/DrawPlugin/inc/MCountTime.h
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 12:21:35 +0000
changeset 24 f8a4151f4fe1
parent 12 18b321db4884
permissions -rw-r--r--
Added include to define the macros used

#ifndef MCOUNTTIME_H_
#define MCOUNTTIME_H_

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

#endif