exampleclient.hrh
来自「give the example to subit http request」· HRH 代码 · 共 28 行
HRH
28 行
/*
* ============================================================================
* Name : ExampleClient.hrh
* Part of : HTTP Example
* Created : 11/14/2003 by Forum Nokia
* Implementation notes:
*
*
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __EXAMPLECLIENT_HRH__
#define __EXAMPLECLIENT_HRH__
// ExampleClient enumerate command codes
enum TClientIds
{
EClientGet = 1, // start value must not be 0
EClientPost,
EClientCancel
};
#endif // __EXAMPLECLIENT_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?