2 #ifndef _CPROCESSMESSAGEPARAMETERS
3 #define _CPROCESSMESSAGEPARAMETERS
31 #include "libMRML/include/CSessionManager.h"
54 string& inPeerAddress,
CSessionManager & mSessionManager
The sessionManager of the communication.
Definition: CProcessMessageParameters.h:46
string mPeerAddress
The socket address of the peer.
Definition: CProcessMessageParameters.h:50
ofstream & mLogFile
The log file for the communication.
Definition: CProcessMessageParameters.h:44
the function started by a new thread does not take any parameters except a pointer to void...
Definition: CProcessMessageParameters.h:39
This structure handles the sessions; by this, it encapsulates the current state of the server...
Definition: CSessionManager.h:209
int mSocket
the file descriptor of the socket
Definition: CProcessMessageParameters.h:42