|
Cogs.Foundation
|
#include "../FoundationBase.h"Go to the source code of this file.
Namespaces | |
| namespace | Cogs |
| Main Cogs namespace. | |
| namespace | Cogs::Network |
Functions | |
| COGSFOUNDATION_API void | Cogs::Network::addConnection (ConnectionBase *connection) |
| Adds the specified connection to the list of managed connections. | |
| COGSFOUNDATION_API void | Cogs::Network::removeConnection (ConnectionBase *connection) |
| Flags the specified connection for removal from the list of managed connections. | |
| COGSFOUNDATION_API void | Cogs::Network::closedown () |
| Flags the network thread to terminate, and waits until it has done so. | |