Logo
~Sockets~
~Examples~
~Contact~


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.


Classes

class  ChatSocket

Enumerations

enum  { STATE_LOGIN = 1, STATE_PROMPT, STATE_QUIT }

Enumeration Type Documentation

anonymous enum

Enumerator:
STATE_LOGIN 
STATE_PROMPT 
STATE_QUIT 

Definition at line 26 of file ChatSocket.h.

00026      {
00027         STATE_LOGIN = 1,
00028         STATE_PROMPT,
00029         STATE_QUIT
00030 };

Page, code, and content Copyright (C) 2006 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4