ftpexample.pan

来自「Symbian智能手机操作系统源代码值的参考_网络ftp」· PAN 代码 · 共 24 行

PAN
24
字号
/*
* ============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?