#include <clientThread.h>
Public Attributes | |
| int | nr |
| The client's number (OBSOLETE!). More... | |
| int | socket |
| The clients socket. More... | |
Definition at line 14 of file clientThread.h.
00014 {
00015 int nr;
00016 int socket;
00017 }
|
|
1.1.2 written by Dimitri van Heesch,
© 1997-2000