📄 symbian-ikstransport.h
字号:
/* ikstransport implementation using Symbian 7.0 Socket APIs** Copyright (C) 2004-2005 Darrell Karbott (djk2005@users.sf.net)** This code is free software; you can redistribute it and/or** modify it under the terms of GNU Lesser General Public License.** See http://www.gnu.org/ for further details of the LGPL.*/#ifndef __SYMBIAN_IKSTRANSPORT_H__#define __SYMBIAN_IKSTRANSPORT_H__#include "iksemel.h"#ifdef __cplusplusextern "C" {#endif/*** ikstransport implementation which uses the Symbian 7.0 Socket APIs.*/IMPORT_C ikstransport* iks_symbian_ikstransport();#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -