| 26 | } |
| 27 | |
| 28 | Names::Names(int player, int nplayers, const string& servername, int pnb, |
| 29 | int my_port) : |
| 30 | Names() |
| 31 | { |
| 32 | Server::start_networking(*this, player, nplayers, servername, pnb, my_port); |
| 33 | } |
| 34 | |
| 35 | void Names::init(int player,int pnb,vector<string> Nms) |
| 36 | { |
nothing calls this directly
no test coverage detected