2 //=============================================================================
6 * The class is the driver for the INS test server.
8 * @author Vishal Kachroo <vishal@cs.wustl.edu>
10 //=============================================================================
16 #include "tao/Utils/ORB_Manager.h"
17 #include "ace/Get_Opt.h"
18 #include "ace/Read_Buffer.h"
30 /// Initialize the Server state - parsing arguments and waiting.
34 /// Add an IOR to the ORB-IOR table.
35 int add_IOR_to_table (CORBA::String_var ior
);
45 /// Parses the commandline arguments.
46 int parse_args (void);
48 /// The ORB manager - a helper class for accessing the POA and
49 /// registering objects.
50 TAO_ORB_Manager orb_manager_
;
52 /// File where the IOR of the server object is stored.
53 FILE *ior_output_file_
;
55 /// Used test the INS.
58 /// Number of command line arguments.
61 /// The command line arguments.
65 #endif /* SERVER_I_H */