#include #include string NetworkIdentifier::getIP() { string rv = Global->getAdr(*this).ToString(true, ':'); return rv.substr(0, rv.find('|')); }