examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04309.cb1/starter/inc/ActiveTimerNotify.h

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

Generated by  doxygen 1.6.2