From 147541618c5c47a004e1c3a6c64c2aaf3a7f2ac6 Mon Sep 17 00:00:00 2001 From: brunsch Date: Wed, 14 Apr 1999 00:31:01 +0000 Subject: New Repository Implementation --- TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h index 49d5b0c4509..ff8fb169ce1 100644 --- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h +++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h @@ -139,18 +139,9 @@ private: Repository repository_; // Repository containing information about each server. - int parse_args (void); - // Parses the commandline arguments. - - int read_ior (char *filename); - // Reads the IOR of the real server from the file. - TAO_ORB_Manager orb_manager_; // The ORB manager. - FILE *ior_output_file_; - // File where the IOR of the server object is stored. - char *server_key_; // Key of the obj ref of the server. @@ -162,12 +153,6 @@ private: char **argv_; // The command line arguments. - - unsigned int debug_level_; - // Debug level for the IR. - // 0 - Quiet - // 1 - Trace messages - // 2 - Detailed messages }; class IR_Forwarder: public PortableServer::DynamicImplementation -- cgit v1.2.1