📄 preinstall4.pan
字号:
/*
============================================================================
Name : PreInstall4.pan
Author :
Copyright : 35
Description : This file contains panic codes.
============================================================================
*/
#ifndef __PREINSTALL4_PAN__
#define __PREINSTALL4_PAN__
/** PreInstall4 application panic codes */
enum TPreInstall4Panics
{
EPreInstall4Ui = 1
// add further panics here
};
inline void Panic(TPreInstall4Panics aReason)
{
_LIT(applicationName, "PreInstall4");
User::Panic(applicationName, aReason);
}
#endif // __PREINSTALL4_PAN__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -