diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 23:55:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 23:55:34 +0000 |
commit | c409038c5bd25689f78f0806547a5a345e9d7ee5 (patch) | |
tree | 5ecb49e48bcdadc748cdea181b746eb703c03feb /TAO/examples/Quoter/client.cpp | |
parent | 9781c2fcf7d6f394d81e552bda909c8b547ca07d (diff) | |
download | ATCD-c409038c5bd25689f78f0806547a5a345e9d7ee5.tar.gz |
ChangeLogTag: Sat Mar 18 17:51:13 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/Quoter/client.cpp')
-rw-r--r-- | TAO/examples/Quoter/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |