?? bluetoothengine_extensibleplugin.pan
字號(hào):
/* ====================================================================
* File: BluetoothEngine_ExtensiblePlugIn.pan
* Created: 08/22/07
* Author:
* Copyright (c): , All rights reserved
* ==================================================================== */
#ifndef __BLUETOOTHENGINE_EXTENSIBLEPLUGIN_PAN__
#define __BLUETOOTHENGINE_EXTENSIBLEPLUGIN_PAN__
/** BluetoothEngine_ExtensiblePlugIn application panic codes */
enum TBluetoothEngine_ExtensiblePlugInPanics
{
EBluetoothEngine_ExtensiblePlugInBasicUi = 1
// add further panics here
};
inline void Panic(TBluetoothEngine_ExtensiblePlugInPanics aReason)
{
_LIT(applicationName,"BluetoothEngine_ExtensiblePlugIn");
User::Panic(applicationName, aReason);
}
#endif // __BLUETOOTHENGINE_EXTENSIBLEPLUGIN_PAN__
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -