summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-22 06:54:39 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-22 06:54:39 +0000
commitd9ad4a914a3b093a4173e5ad9af0b77f7fd72ad0 (patch)
tree0c8ff342b54ecc3ba84a993b39061fc3339fddd4 /TAO/examples
parent0287cf4612453fd9a812e37757602c2b0f1a04fb (diff)
downloadATCD-d9ad4a914a3b093a4173e5ad9af0b77f7fd72ad0.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.cpp2
-rw-r--r--TAO/examples/Simple/bank/Client_i.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.cpp b/TAO/examples/Simple/bank/AccountManager_i.cpp
index ea43b1d2141..6a28b463130 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.cpp
+++ b/TAO/examples/Simple/bank/AccountManager_i.cpp
@@ -55,7 +55,7 @@ AccountManager_i::open (const char *name,
if (hash_map_.find (name, result) != 0)
{
ACE_DEBUG ((LM_DEBUG,
- "\nOpening a new Account for %s with balance %f\n",
+ "(%P|%t) Opening a new Account for %s with balance %f\n",
name,
initial_balance));
diff --git a/TAO/examples/Simple/bank/Client_i.cpp b/TAO/examples/Simple/bank/Client_i.cpp
index 18ea6ed48d5..355017ff26a 100644
--- a/TAO/examples/Simple/bank/Client_i.cpp
+++ b/TAO/examples/Simple/bank/Client_i.cpp
@@ -281,7 +281,7 @@ Client_i::obtain_initial_references (void)
TAO_TRY
{
// Initialize the naming services.
- if (my_name_client_.init (orb_.in (), argc_, argv_) != 0)
+ if (my_name_client_.init (orb_.in ()) != 0)
ACE_ERROR_RETURN ((LM_ERROR,
" (%P|%t) Unable to initialize "
"the TAO_Naming_Client. \n"),