?? timeoutnotifier.h
字號(hào):
// TIMEOUTNOTIFIER.H
//
// Copyright ( c ) 1997-1999 Symbian Ltd. All rights reserved.
//
#ifndef __TIMEOUTNOTIFIER_H__
#define __TIMEOUTNOTIFIER_H__
// CLASS DECLARATION
/**
* MTimeOutNotifier
* This class specifies the function to be called when a timeout occurs.
* Used in conjunction with CTimeOutTimer class.
*/
class MTimeOutNotifier
{
public: // New functions
/**
* TimerExpired.
* The function to be called when a timeout occurs.
*/
virtual void TimerExpired() = 0;
};
#endif // __TIMEOUTNOTIFIER_H__
// End of File
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -