alarmnotification.pan
来自「this is used to get the alarm on the mob」· PAN 代码 · 共 25 行
PAN
25 行
/* ====================================================================
* File: alarmnotification.pan
* Created: 10/16/06
* Author:
* Copyright (c): , All rights reserved
* ==================================================================== */
#ifndef __ALARMNOTIFICATION_PAN__
#define __ALARMNOTIFICATION_PAN__
/** alarmnotification application panic codes */
enum TalarmnotificationPanics
{
EalarmnotificationBasicUi = 1
// add further panics here
};
inline void Panic(TalarmnotificationPanics aReason)
{
_LIT(applicationName,"alarmnotification");
User::Panic(applicationName, aReason);
}
#endif // __ALARMNOTIFICATION_PAN__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?