From c409038c5bd25689f78f0806547a5a345e9d7ee5 Mon Sep 17 00:00:00 2001 From: levine Date: Sat, 18 Mar 2000 23:55:34 +0000 Subject: ChangeLogTag: Sat Mar 18 17:51:13 2000 David L. Levine --- TAO/examples/Quoter/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/examples/Quoter/client.cpp') diff --git a/TAO/examples/Quoter/client.cpp b/TAO/examples/Quoter/client.cpp index 95938a200cf..c04fbec7a2a 100644 --- a/TAO/examples/Quoter/client.cpp +++ b/TAO/examples/Quoter/client.cpp @@ -59,7 +59,7 @@ Quoter_Client::parse_args (void) break; default: exit_code = 1; - ACE_ERROR ((LM_ERROR, + ACE_ERROR ((LM_ERROR, "%s: unknown arg, -%c\n", this->argv_[0], char(opt))); case '?': @@ -250,7 +250,7 @@ Quoter_Client::init_naming_service (void) // Find an appropriate factory over there. exception_message = "While finding factories"; - CosLifeCycle::Factories_ptr factories_ptr = + CosLifeCycle::Factories *factories_ptr = factory_Finder_var_->find_factories (factoryName, ACE_TRY_ENV); ACE_TRY_CHECK; -- cgit v1.2.1