int DServerSock::openSock ( const DString & port ) { return ( openSock ( port.toInt() ) ); }
int DClientSock::openSock ( const DString & host, const DString & port ) { return ( openSock ( host, port.toInt() ) ); }