Mana
Loading...
Searching...
No Matches
Namespaces | Functions
network.h File Reference
#include <iosfwd>

Go to the source code of this file.

Namespaces

namespace  ManaServ
 

Functions

void ManaServ::initialize ()
 Initializes the network subsystem.
 
void ManaServ::finalize ()
 Finalizes the network subsystem.
 
ConnectionManaServ::getConnection ()
 Returns a new Connection object.
 
void ManaServ::registerHandler (MessageHandler *handler)
 Registers a message handler.
 
void ManaServ::unregisterHandler (MessageHandler *handler)
 Unregisters a message handler.
 
void ManaServ::clearNetworkHandlers ()
 Clears all registered message handlers.
 
void ManaServ::flush ()