ActiveTimerNotify.h
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. #ifndef _ACTIVE_TIMER_NOTIFY_H
  3. #define _ACTIVE_TIMER_NOTIFY_H
  4. class MActiveTimerNotify
  5.     {
  6.     public:
  7.         virtual void TimerComplete(TInt aError) = 0;
  8.     };
  9. #endif // _ACTIVE_TIMER_NOTIFY_H
  10. // End of file