#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | Net |
Functions | |
void | Net::initialize () |
Initializes the network subsystem. | |
void | Net::finalize () |
Finalizes the network subsystem. | |
Net::Connection * | Net::getConnection () |
Returns a new Connection object. | |
void | Net::registerHandler (MessageHandler *handler) |
Registers a message handler. | |
void | Net::unregisterHandler (MessageHandler *handler) |
Unregisters a message handler. | |
void | Net::clearHandlers () |
Clears all registered message handlers. | |
void | Net::flush () |