📄 ftpexample.pan
字号:
/*
* ============================================================================
* Name : ftpexample.pan
* Part of : FtpExample
* Created : 03/11/2005 by Forum Nokia
* Description:
* This file contains thread panics.
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __FTPEXAMPLE_PAN
#define __FTPEXAMPLE_PAN
static void Panic(TInt aReason)
{
_LIT(KApplicationName,"FTP example");
User::Panic(KApplicationName, aReason);
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -