OSB_LIB::TheNetworkManager Class Reference

Collaboration diagram for OSB_LIB::TheNetworkManager:

Collaboration graph
[legend]
List of all members.

Detailed Description

Singleton class to designate a global NetworkManager.

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.

Static Public Member Functions

Private Member Functions

Static Private Attributes


Constructor & Destructor Documentation

OSB_LIB::TheNetworkManager::TheNetworkManager (  )  [private]

Prevent construction: not implemented.

OSB_LIB::TheNetworkManager::TheNetworkManager ( const TheNetworkManager rhs  )  [private]

Prevent construction: not implemented.


Member Function Documentation

static NetworkManager& OSB_LIB::TheNetworkManager::instance (  )  [static]

Controls all access to the global NetworkManager instance.

Returns:
Reference to the global NetworkManager instance.


Member Data Documentation

NetworkManager* OSB_LIB::TheNetworkManager::instance_ [static, private]

Pointer to the global NetworkManager object.

Definition at line 1363 of file network.h.


The documentation for this class was generated from the following file:
Generated on Sat Sep 2 14:11:50 2006 for OSB Library by  doxygen 1.4.7