📄 mmsexamplepanics.pan
字号:
/*
* ============================================================================
* Name : MMSExamplePanics.pan
* Part of : MMSExample
* Created : 06.01.2006 by Forum Nokia
* Version : 2.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __MMSEXAMPLE_PAN__
#define __MMSEXAMPLE_PAN__
_LIT(applicationName,"MMSExample");
/** Application panic codes */
enum TMmsPanics
{
EMmsEngineInternal = 1,
EMmsEngineNotInitialized
// add further panics here
};
inline void Panic(TMmsPanics aReason)
{
User::Panic(applicationName, aReason);
}
#endif // __MMSEXAMPLE_PAN__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -