diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-23 08:13:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-23 08:13:54 +0000 |
commit | 9e0c787fa5e6f12a560266a36f67039d3ec026ce (patch) | |
tree | f94e0e87430c38e5ad48d4b03b94919bf58dd922 /TAO/examples/Quoter | |
parent | 8cd362c15bbf8504ded0cf5cc9356cfe4ffe2c93 (diff) | |
download | ATCD-9e0c787fa5e6f12a560266a36f67039d3ec026ce.tar.gz |
Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Quoter')
-rw-r--r-- | TAO/examples/Quoter/Quoter_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/Quoter_i.cpp b/TAO/examples/Quoter/Quoter_i.cpp index e0a210fbca1..f0d2ecae026 100644 --- a/TAO/examples/Quoter/Quoter_i.cpp +++ b/TAO/examples/Quoter/Quoter_i.cpp @@ -206,7 +206,7 @@ Quoter_i::copy (CosLifeCycle::FactoryFinder_ptr there, if (i == factories_ptr->length ()) { ACE_ERROR ((LM_ERROR, - "Quoter::copy: Last factory did not work. \n" + "Quoter::copy: Last factory did not work.\n" "No more factories are available. I give up.\n")); throw CosLifeCycle::NoFactory (factoryKey); } |