summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 19:43:50 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 19:43:50 +0000
commit12a4237e4fc5d44a434208a14bb65aff211b1fb2 (patch)
tree67ea21a868a3b29255e06e1b33ce9e17e1e37255 /TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp
parentcbe66f1aa8497655c2bb51fcd46350b73cd80ea1 (diff)
downloadATCD-12a4237e4fc5d44a434208a14bb65aff211b1fb2.tar.gz
ChangeLogTag:Thu Mar 11 13:43:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp b/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp
index d7d52fd319b..14787f5b9fd 100644
--- a/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/airplane_client_i.cpp
@@ -90,6 +90,7 @@ Airplane_Client_i::get_planes (size_t count)
{
TAO_TRY
{
+ TAO_TRY_ENV.clear ();
CORBA::String_var response =
this->server_->get_plane (TAO_TRY_ENV);
TAO_CHECK_ENV;
@@ -98,8 +99,8 @@ Airplane_Client_i::get_planes (size_t count)
}
TAO_CATCHANY
{
+ ACE_ERROR ((LM_ERROR, "Plane %d exception:\n", i));
TAO_TRY_ENV.print_exception ("get_planes");
- return;
}
TAO_ENDTRY;
}