TAO_RTCORBA
2.0.8
|
#include <RT_ORB_Loader.h>
Public Member Functions | |
TAO_RT_ORB_Loader (void) | |
Constructor. | |
virtual | ~TAO_RT_ORB_Loader (void) |
Destructor. | |
virtual int | init (int argc, ACE_TCHAR *[]) |
Initialize the RT ORB loader hooks. | |
Private Attributes | |
bool | initialized_ |
Set to true after init is called. |
TAO_RT_ORB_Loader::TAO_RT_ORB_Loader | ( | void | ) |
Constructor.
TAO_RT_ORB_Loader::~TAO_RT_ORB_Loader | ( | void | ) | [virtual] |
Destructor.
int TAO_RT_ORB_Loader::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Initialize the RT ORB loader hooks.
Register the RTCORBA ORBInitializer.
Reimplemented from ACE_Shared_Object.
bool TAO_RT_ORB_Loader::initialized_ [private] |
Set to true after init is called.