Beispiel #1
0
void EClientSocket::onSend( int i)
{
	if( !handleSocketError( i))
		return;

	sendBufferedData();
}
void EPosixClientSocket::onSend()
{
	if( !handleSocketError())
		return;

	sendBufferedData();
}
Beispiel #3
0
void EPosixClientSocket::onSend()
{
	sendBufferedData();
}