TAO_IFR
2.2.5
|
#include <IFR_Service.h>
Public Member Functions | |
IFR_Service (void) | |
Default constructor. More... | |
~IFR_Service (void) | |
Destructor. More... | |
int | init (int argc, ACE_TCHAR *argv[]) |
Initialize the IFR service. More... | |
int | fini (void) |
Shut down the IFR Service. More... | |
int | run (void) |
Run the IFR service. More... | |
void | shutdown (void) |
Shutdown the Service. More... | |
Protected Attributes | |
CORBA::ORB_var | orb_ |
Reference to our ORB. More... | |
PortableServer::POA_var | root_poa_ |
Root POA reference. More... | |
TAO_IFR_Server | my_ifr_server_ |
IFR Server instance. More... | |
A class that initializes, runs and shuts down the Interface Repository service.
IFR_Service::IFR_Service | ( | void | ) |
Default constructor.
IFR_Service::~IFR_Service | ( | void | ) |
Destructor.
int IFR_Service::fini | ( | void | ) |
Shut down the IFR Service.
int IFR_Service::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) |
Initialize the IFR service.
int IFR_Service::run | ( | void | ) |
Run the IFR service.
void IFR_Service::shutdown | ( | void | ) |
Shutdown the Service.
|
protected |
IFR Server instance.
|
protected |
Reference to our ORB.
|
protected |
Root POA reference.