![]() |
ChatSocket.h File Reference#include <TcpSocket.h> Include dependency graph for ChatSocket.h: ![]() This graph shows which files directly or indirectly include this file: ![]() Go to the source code of this file.
Enumeration Type Documentation
Definition at line 26 of file ChatSocket.h. 00026 { 00027 STATE_LOGIN = 1, 00028 STATE_PROMPT, 00029 STATE_QUIT 00030 };
|