#include <tao_imr_i.h>
Public Member Functions | |
virtual int | parse (int argc, ACE_TCHAR **argv) |
Parse arguments. | |
virtual int | run (void) |
Do the work. | |
Protected Member Functions | |
void | print_usage (void) |
Prints a message about the usage. | |
Protected Attributes | |
ACE_CString | server_name_ |
POA server name. | |
ACE_TString | filename_ |
Filename to output to. |
IOR is used to create a simple IOR for a server that uses the IMR and the Interoperable Naming Service.
int TAO_IMR_Op_IOR::parse | ( | int | argc, | |
ACE_TCHAR ** | argv | |||
) | [virtual] |
int TAO_IMR_Op_IOR::run | ( | void | ) | [virtual] |
void TAO_IMR_Op_IOR::print_usage | ( | void | ) | [protected] |
Prints a message about the usage.
ACE_CString TAO_IMR_Op_IOR::server_name_ [protected] |
POA server name.
ACE_TString TAO_IMR_Op_IOR::filename_ [protected] |
Filename to output to.