20 #ifndef _CLIENTPOOL_H_
21 #define _CLIENTPOOL_H_
24 #include "ClientInfo.h"
42 friend std::ostream& operator<<(std::ostream& os, const
ClientPool& cp);
Structure containing information about a simulation client's address and port.
Definition: ClientInfo.h:34
A pool of expected network locations of Mod clients.
Definition: ClientPool.h:34
void add(const ClientInfo &client_info)
Adds a client to the pool.
std::vector< boost::shared_ptr< ClientInfo > > clients
The list of clients.
Definition: ClientPool.h:41