2 #include "SML_Client.h"
5 SML_Client::receive (int)
7 if (sml_server
.mux (this->recv_packet_
, this->packet_length
) < 0)
10 if (this->demux (this->recv_packet_
, this->packet_length
) < 0)
19 if (this->mux (this->send_packet_
, this->packet_length
) < 0)
22 if (sml_server
.demux (this->send_packet_
, this->packet_length
) < 0)
28 SML_Client::SML_Client ()
32 SML_Client::~SML_Client ()