System documentation of the GNU Image-Finding Tool

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

CProcessMessageParameters Class Reference

the function started by a new thread does not take any parameters except a pointer to void. More...

#include <CProcessMessageParameters.h>

List of all members.

Public Member Functions

 CProcessMessageParameters (CSessionManager &inSessionManager, string &inPeerAddress, ofstream &inLogFile, int inSocket)
 makes this structure (needed because of the use of references [ofstream& mLogFile]).

Public Attributes

int mSocket
 the file descriptor of the socket
ofstream & mLogFile
 The log file for the communication.
CSessionManagermSessionManager
 The sessionManager of the communication.
string mPeerAddress
 The socket address of the peer.


Detailed Description

the function started by a new thread does not take any parameters except a pointer to void.

We want to make that point to something richer.


The documentation for this class was generated from the following file:
Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen