#include <communication.h>
Public Attributes | |
| int | socket |
| the socket it shall read/write from/to. More... | |
| Buffer* | buffer |
| the buffer it reads/writes from/to. More... | |
Definition at line 13 of file communication.h.
00013 {
00014 int socket;
00015 Buffer* buffer;
00016 }
|
|
1.1.2 written by Dimitri van Heesch,
© 1997-2000