Esempio n. 1
0
void EClientSocket::onSend( int i)
{
	if( !handleSocketError( i))
		return;

	sendBufferedData();
}
Esempio n. 2
0
void EPosixClientSocket::onSend()
{
	if( !handleSocketError())
		return;

	sendBufferedData();
}
Esempio n. 3
0
void EPosixClientSocket::onSend()
{
	sendBufferedData();
}