summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-14 00:31:01 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-14 00:31:01 +0000
commit147541618c5c47a004e1c3a6c64c2aaf3a7f2ac6 (patch)
treee87e11080d9e18610f60c894ef4c88a5a3207de6
parent2759b130a2220cc02d0ddc1280c8053ad58c1561 (diff)
downloadATCD-unlabeled-1.10.2.tar.gz
New Repository Implementationunlabeled-1.10.2
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h15
1 files changed, 0 insertions, 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