
The OSB library internally uses only this network manager. However, it does not prevent clients from defining and using their own local NetworkManager objects.
This class is purely static, no object of the class should be instantiated: The default and copy constructors are declared private and are not implemented.
Note: The current implementation does not enforce read-only access to the global network manager.
Definition at line 1346 of file network.h.
| OSB_LIB::TheNetworkManager::TheNetworkManager | ( | ) | [private] |
Prevent construction: not implemented.
| OSB_LIB::TheNetworkManager::TheNetworkManager | ( | const TheNetworkManager & | rhs | ) | [private] |
Prevent construction: not implemented.
| static NetworkManager& OSB_LIB::TheNetworkManager::instance | ( | ) | [static] |
Controls all access to the global NetworkManager instance.
NetworkManager* OSB_LIB::TheNetworkManager::instance_ [static, private] |
1.4.7