Ejemplo n.º 1
0
int DServerSock::openSock ( const DString & port )
{
	return ( openSock ( port.toInt() ) );
}
Ejemplo n.º 2
0
int DClientSock::openSock ( const DString & host, const DString & port )
{
	return ( openSock ( host, port.toInt() ) );
}