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

CTArgs Struct Reference

The arguments for the client Thread (OBSOLETE). More...

#include <clientThread.h>

List of all members.

Public Attributes

int nr
 The client's number (OBSOLETE!). More...

int socket
 The clients socket. More...


Detailed Description

The arguments for the client Thread (OBSOLETE).

Author(s):
xandi , StonedBones
Date:
310100

Definition at line 14 of file clientThread.h.

00014 {
00015     int     nr;
00016     int     socket; 
00017 }

Member Data Documentation

int CTArgs::nr

The client's number (OBSOLETE!).

Definition at line 15 of file clientThread.h.

int CTArgs::socket

The clients socket.

Definition at line 16 of file clientThread.h.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000