custom.h
来自「开源代码的pwlib的1.10.0版本,使用openh323的1.18.0版本毕」· C头文件 代码 · 共 28 行
H
28 行
/*
* custom.h
*
* PWLib application header file for xmlrpcsrvr
*
* Customisable application configurationfor OEMs.
*
* Copyright 2002 Equivalence
*
* $Log: custom.h,v $
* Revision 1.1 2002/10/02 08:58:20 craigs
* Initial version
*
*/
#include <ptclib/httpsvc.h>
enum {
SkName, SkCompany, SkEMail,
NumSecuredKeys
};
extern PHTTPServiceProcess::Info ProductInfo;
// End of File ///////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?