00001 // Copyright (c) 2006 Nokia Corporation. 00002 00003 #ifndef _ACTIVE_TIMER_NOTIFY_H 00004 #define _ACTIVE_TIMER_NOTIFY_H 00005 00006 class MActiveTimerNotify 00007 { 00008 public: 00009 virtual void TimerComplete(TInt aError) = 0; 00010 }; 00011 00012 #endif // _ACTIVE_TIMER_NOTIFY_H 00013 00014 // End of file