TAO_Implementation_Repository
2.0.8
|
#include <Activator_Loader.h>
Public Member Functions | |
ImR_Activator_Loader (void) | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
virtual int | fini (void) |
virtual CORBA::Object_ptr | create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[]) |
int | run (void) |
Private Member Functions | |
ImR_Activator_Loader (const ImR_Activator_Loader &) | |
ImR_Activator_Loader & | operator= (const ImR_Activator_Loader &) |
Private Attributes | |
ImR_Activator_i | service_ |
Activator_Options | opts_ |
ACE_Auto_Ptr < ImR_Activator_ORB_Runner > | runner_ |
ImR_Activator_Loader::ImR_Activator_Loader | ( | void | ) |
ImR_Activator_Loader::ImR_Activator_Loader | ( | const ImR_Activator_Loader & | ) | [private] |
virtual CORBA::Object_ptr ImR_Activator_Loader::create_object | ( | CORBA::ORB_ptr | orb, |
int | argc, | ||
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Implements TAO_Object_Loader.
int ImR_Activator_Loader::fini | ( | void | ) | [virtual] |
Reimplemented from ACE_Shared_Object.
int ImR_Activator_Loader::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Reimplemented from ACE_Shared_Object.
ImR_Activator_Loader& ImR_Activator_Loader::operator= | ( | const ImR_Activator_Loader & | ) | [private] |
int ImR_Activator_Loader::run | ( | void | ) |
Activator_Options ImR_Activator_Loader::opts_ [private] |