Logo
~Sockets~
~Examples~
~Contact~


SmallSocket.h File Reference

#include "SmallHandler.h"
#include <TcpSocket.h>
#include "PlayerFactory.h"

Include dependency graph for SmallSocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  SmallSocket
 Socket class for incoming telnet connections, command parsing, state management. More...

Enumerations

enum  {
  STATE_LOGIN = 1, STATE_PROMPT, STATE_QUIT, STATE_PASSWORD,
  STATE_NEW_PLAYER_QUESTION, STATE_PASSWORD_1, STATE_PASSWORD_2
}

Enumeration Type Documentation

anonymous enum

Enumerator:
STATE_LOGIN 
STATE_PROMPT 
STATE_QUIT 
STATE_PASSWORD 
STATE_NEW_PLAYER_QUESTION 
STATE_PASSWORD_1 
STATE_PASSWORD_2 

Definition at line 28 of file SmallSocket.h.

00028      {
00029         STATE_LOGIN = 1,
00030         STATE_PROMPT,
00031         STATE_QUIT,
00032         STATE_PASSWORD,
00033         STATE_NEW_PLAYER_QUESTION,
00034         STATE_PASSWORD_1,
00035         STATE_PASSWORD_2,
00036 };

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