TAO_PI_Server
2.0.8
|
#include <PI_Server_Loader.h>
Public Member Functions | |
TAO_PI_Server_Loader (void) | |
Constructor. | |
virtual | ~TAO_PI_Server_Loader (void) |
Destructor. | |
virtual int | init (int argc, ACE_TCHAR *[]) |
Initialize the PI_Server loader hooks. | |
Private Attributes | |
bool | initialized_ |
Set to true after init is called. |
TAO_PI_Server_Loader::TAO_PI_Server_Loader | ( | void | ) |
Constructor.
TAO_PI_Server_Loader::~TAO_PI_Server_Loader | ( | void | ) | [virtual] |
Destructor.
int TAO_PI_Server_Loader::init | ( | int | argc, |
ACE_TCHAR * | [] | ||
) | [virtual] |
Initialize the PI_Server loader hooks.
Register the Messaging ORBInitializer.
Reimplemented from ACE_Shared_Object.
bool TAO_PI_Server_Loader::initialized_ [private] |
Set to true after init is called.