AccountConnection Class Reference

#include <accountconnection.hpp>

Inheritance diagram for AccountConnection:

Connection List of all members.

Detailed Description

A connection to the account server.

Definition at line 34 of file accountconnection.hpp.

Public Member Functions

bool start ()
 Initializes a connection to the account server described in the configuration file.
void sendCharacterData (Character *)
 Sends data of a given character.
void playerReconnectAccount (int id, const std::string magic_token)
 Prepares the account server for a reconnecting player.

Protected Member Functions

virtual void processMessage (MessageIn &)
 Processes server messages.


Member Function Documentation

void AccountConnection::playerReconnectAccount int  id,
const std::string  magic_token
 

Prepares the account server for a reconnecting player.

Definition at line 96 of file accountconnection.cpp.

void AccountConnection::processMessage MessageIn  )  [protected, virtual]
 

Processes server messages.

Implements Connection.

Definition at line 63 of file accountconnection.cpp.

void AccountConnection::sendCharacterData Character  ) 
 

Sends data of a given character.

Definition at line 56 of file accountconnection.cpp.

bool AccountConnection::start  ) 
 

Initializes a connection to the account server described in the configuration file.

Registers the maps known by MapManager.

Definition at line 36 of file accountconnection.cpp.


The documentation for this class was generated from the following files:
Generated on Fri Mar 30 15:39:17 2007 for TMW Server by  doxygen 1.3.9.1