From e40a0de79f70689adc0fa1b979fd2cddcead4a1d Mon Sep 17 00:00:00 2001 From: brunsch Date: Tue, 20 Apr 1999 00:02:15 +0000 Subject: Removed read_ior () method which was not being used. --- TAO/orbsvcs/tests/ImplRepo/nestea_client_i.h | 5 +---- 1 file changed, 1 insertion(+), 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 */ -- cgit v1.2.1