smart_proxies.cpp
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C++ 代码 · 共 17 行
CPP
17 行
// Smart_Proxies.cpp,v 1.2 2002/03/15 13:51:29 elliott_c Exp
#include "Smart_Proxies.h"
ACE_RCSID(SmartProxies, Smart_Proxies, "Smart_Proxies.cpp,v 1.2 2002/03/15 13:51:29 elliott_c Exp")
#if !defined (__ACE_INLINE__)
#include "Smart_Proxies.inl"
#endif /* defined INLINE */
// Add this line to please the AIX linker, otherwise it complains
// "ld: 0711-244 ERROR: No csects or exported symbols have been saved."
#if defined (ACE_NDEBUG) && defined (AIX)
int the_bogus_value_to_please_linker_to_export_symbol;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?