Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

acsQoS.h File Reference

#include "acsQoStimeout.h"

Include dependency graph for acsQoS.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  acsQoS

Functions

bool init (CORBA::ORB_ptr _orb)
bool isInitialized ()
void done ()


Function Documentation

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).

bool init CORBA::ORB_ptr  _orb  ) 
 

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).

Parameters:
_orb a reference to the ORB to be "prepared" or initialized in order to use QoS features.

bool isInitialized  ) 
 

Method to check to see if the acsQoS functionality has been initialized.

Returns:
boolean indicating whether the acsQoS functionality has been initialized (true) or not (false).


Generated on Thu Apr 30 02:32:15 2009 for ACS C++ API by doxygen 1.3.8