| 1996 | } |
| 1997 | |
| 1998 | void NetworkManager::AskForJoin(AIGroup* join, AIGroup* group) |
| 1999 | { |
| 2000 | if (_client) |
| 2001 | { |
| 2002 | _client->AskForJoin(join, group); |
| 2003 | } |
| 2004 | } |
| 2005 | |
| 2006 | void NetworkManager::AskForJoin(AIGroup* join, OLinkArray<AIUnit>& units) |
| 2007 | { |
no outgoing calls
no test coverage detected