#include "PlayerNode.h"
00055 { 00056 return Stream << "PlayerId: " << p.getId() << " Bandwith: " << p.getBandwith() << " Cpu: " << p.getCpu() << " IP: " << p.getIp()<< "\n"; 00057 }