ClientThreadParameter Class Reference

#include <PLSessionManager.h>

Public Member Functions

 ClientThreadParameter ()
 ClientThreadParameter ()

Data Fields

SOCKET Socket
PLSessionManagerSessionManager
SOCKADDR_IN RemoteAddress
CSessionManagerSessionManager

Detailed Description

Definition at line 72 of file PLSessionManager.h.


Constructor & Destructor Documentation

ClientThreadParameter::ClientThreadParameter (  )  [inline]

Definition at line 79 of file PLSessionManager.h.

00080     {
00081         memset( &Socket, 0, sizeof(SOCKET) );
00082         SessionManager = NULL;
00083         memset( &RemoteAddress, 0, sizeof(SOCKADDR_IN));
00084     }

ClientThreadParameter::ClientThreadParameter (  )  [inline]

Definition at line 53 of file server/SessionManager.h.

00054         {
00055             memset( &Socket, 0, sizeof(SOCKET));
00056             SessionManager = NULL;
00057             memset( &RemoteAddress, 0, sizeof(SOCKADDR_IN));
00058         }


Field Documentation

Definition at line 77 of file PLSessionManager.h.

Definition at line 50 of file server/SessionManager.h.

Definition at line 76 of file PLSessionManager.h.

Definition at line 75 of file PLSessionManager.h.


The documentation for this class was generated from the following files:
Generated on Wed Jul 4 16:03:31 2012 for RIO by  doxygen 1.6.3