#include <ot_lib.h>
Public Member Functions | |
clientTCPSession (serverTCPSocket *server, ot_functionManager &fm) | |
~clientTCPSession (void) | |
Private Member Functions | |
void | run (void) |
void | final (void) |
Private Attributes | |
serverTCPSocket * | m_server |
ot_functionManager & | m_fm |
ot_lib::clientTCPSession::clientTCPSession | ( | serverTCPSocket * | server, | |
ot_functionManager & | fm | |||
) |
ot_lib::clientTCPSession::~clientTCPSession | ( | void | ) |
void ot_lib::clientTCPSession::run | ( | void | ) | [private] |
void ot_lib::clientTCPSession::final | ( | void | ) | [private] |
ot_functionManager& ot_lib::clientTCPSession::m_fm [private] |