|
Mana
|
#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. | |
| Connection * | ManaServ::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 () |