Helper class which locates common CORBA services. More...
#include <rtt/corba/Services.hpp>
Static Public Member Functions | |
static CosNaming::NamingContext_ptr | getNamingContext () |
Lookup and return the root naming context ("NameService"). | |
Static Public Attributes | |
static bool | MayShutdown |
Set this variable to false if the Orb may not be shutdown. | |
Static Protected Attributes | |
static CosNaming::NamingContext_var | naming_context_ |
Handle to the name service. |
Helper class which locates common CORBA services.
Definition at line 57 of file Services.hpp.
bool RTT::Corba::Services::MayShutdown [static] |
Set this variable to false if the Orb may not be shutdown.
The default is true.
Definition at line 69 of file Services.hpp.