summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-20 00:02:15 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-20 00:02:15 +0000
commite40a0de79f70689adc0fa1b979fd2cddcead4a1d (patch)
tree72b8cdd86b37f5682fb1b9d5a0198bfa93f26fec
parent58a5bab23946037ffd913a1902eeb1eee7e77cad (diff)
downloadATCD-e40a0de79f70689adc0fa1b979fd2cddcead4a1d.tar.gz
Removed read_ior () method which was not being used.
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/nestea_client_i.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/nestea_client_i.h b/TAO/orbsvcs/tests/ImplRepo/nestea_client_i.h
index 5a428183d36..9b23cf6be44 100644
--- a/TAO/orbsvcs/tests/ImplRepo/nestea_client_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/nestea_client_i.h
@@ -44,9 +44,6 @@ public:
// Initialize the client communication endpoint with server.
private:
- int read_ior (char *filename);
- // Function to read the server ior from a file.
-
int parse_args (void);
// Parses the arguments passed on the command line.
@@ -66,4 +63,4 @@ private:
// Remember our orb.
};
-#endif /* Nestea_CLIENT_I_H */
+#endif /* NESTEA_CLIENT_I_H */