#include <serverggz.h>
Inheritance diagram for AGS::ServerGGZ::
Public Methods | |
ServerGGZ () | |
virtual | ~ServerGGZ () |
void | createGGZSocket () |
Protected Methods | |
virtual void | stateEvent () |
virtual void | joinEvent (int player) |
virtual void | leaveEvent (int player) |
virtual void | dataEvent (int player) |
virtual void | errorEvent () |
int | fd (int player) |
|
Create a GGZ game server interface. |
|
Virtual constructor, cleans up internal data. |
|
Data arrives from a GGZ player. |
|
An error occured. |
|
Returns the file descriptor of a player. |
|
GGZ event triggered when a new player joins a game. |
|
GGZ event triggered when a player leaves a game. |
|
GGZ event indicating that a game's state has changed. |