![]() |
InSocket.h File Reference#include <TcpSocket.h> #include <ISocketHandler.h> #include <IEventOwner.h> Include dependency graph for InSocket.h: ![]() This graph shows which files directly or indirectly include this file: ![]() Go to the source code of this file.
Define Documentation
Definition at line 43 of file InSocket.h.
Definition at line 31 of file InSocket.h.
Definition at line 29 of file InSocket.h.
Definition at line 30 of file InSocket.h.
Enumeration Type Documentation
Definition at line 49 of file InSocket.h. 00050 { 00051 eItemNothing, /* item is not readily accessible */ 00052 eItemGet, /* item on ground */ 00053 eItemDrop, /* item in inventory */ 00054 eItemBid /* auction item */ 00055 };
|