esf_proxy_collection.cpp

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C++ 代码 · 共 25 行

CPP
25
字号
// ESF_Proxy_Collection.cpp,v 1.3 2003/10/28 18:34:18 bala Exp

#ifndef TAO_ESF_PROXY_COLLECTION_CPP
#define TAO_ESF_PROXY_COLLECTION_CPP

#include "ESF_Proxy_Collection.h"
#include "ESF_Worker.h"

#if ! defined (__ACE_INLINE__)
#include "ESF_Proxy_Collection.i"
#endif /* __ACE_INLINE__ */

ACE_RCSID (ESF, 
           ESF_Proxy_Collection, 
           "ESF_Proxy_Collection.cpp,v 1.3 2003/10/28 18:34:18 bala Exp")

// ****************************************************************

template<class PROXY>
TAO_ESF_Proxy_Collection<PROXY>::~TAO_ESF_Proxy_Collection (void)
{
}

#endif /* TAO_ESF_PROXY_COLLECTION_CPP */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?