smart_test_factory.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 24 行
H
24 行
// Smart_Test_Factory.h,v 1.5 2002/04/11 02:32:29 ossama Exp
#include "Smart_Proxy_Impl.h"
#include "ace/Service_Object.h"
#include "ace/svc_export.h"
class ACE_Svc_Export Smart_Test_Factory
: public virtual TAO_Test_Default_Proxy_Factory,
public ACE_Service_Object
{
public:
Smart_Test_Factory (void);
virtual Test_ptr create_proxy (Test_ptr proxy
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
// This method will create the smart_proxy.
};
// The following Factory is used by the <ACE_Service_Config> to
// dynamically initialize the state of the Smart_Proxy_Factory
ACE_SVC_FACTORY_DECLARE (Smart_Test_Factory)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?