?? 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 + -