#include <IFR_Service.h>
Collaboration diagram for IFR_Service:
Public Member Functions | |
IFR_Service (void) | |
Default constructor. | |
~IFR_Service (void) | |
Destructor. | |
int | init (int argc, char *argv[] ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Initialize the IFR service. | |
int | fini (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
Shut down the IFR Service. | |
int | run (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) |
Run the IFR service. | |
Protected Attributes | |
CORBA::ORB_var | orb_ |
Reference to our ORB. | |
PortableServer::POA_var | root_poa_ |
Root POA reference. | |
TAO_IFR_Server | my_ifr_server_ |
IFR Server instance. |
|
Default constructor.
|
|
Destructor.
|
|
Shut down the IFR Service.
|
|
Initialize the IFR service.
|
|
Run the IFR service.
|
|
IFR Server instance.
|
|
Reference to our ORB.
|
|
Root POA reference.
|