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