12 lines
129 B
C++
12 lines
129 B
C++
/*客户端的管理类
|
|
* 管理众多的客户端的连接
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
class CRobotClientMgr
|
|
{
|
|
public:
|
|
//static
|
|
}; |