#include "acsQoStimeout.h"
Include dependency graph for acsQoS.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | acsQoS |
Functions | |
bool | init (CORBA::ORB_ptr _orb) |
bool | isInitialized () |
void | done () |
|
Method to "cleanup" the acsQoS functionality. In order to use acsQoS features such as timeouts, things must first be initialised and should also be cleaned up when such features are not needed any longer. This is normally done automatically during shutdown of the container and/or the simple client, so the user does not have to take care of this (i.e. the user does not normally need to call this method explicitly). |
|
Initializes the acsQoS functionality. In order to use acsQoS features such as timeouts, things must first be initialised. This is normally done automatically in the container and in the simple client, so the user does not have to take care of this (i.e. the user does not normally need to call this method explicitly).
|
|
Method to check to see if the acsQoS functionality has been initialized.
|