summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/Grid_Client_i.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-25 06:16:30 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-25 06:16:30 +0000
commit2917099f8e2e603246ee7b5d74ca9f87693e644f (patch)
tree6965226a4a26e9733d7ea29c1d051b3f892a922a /TAO/examples/Simple/grid/Grid_Client_i.cpp
parentd64fbf5b4951f269e5adf17fc6b7ecb51e099cf7 (diff)
downloadATCD-2917099f8e2e603246ee7b5d74ca9f87693e644f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Simple/grid/Grid_Client_i.cpp')
-rw-r--r--TAO/examples/Simple/grid/Grid_Client_i.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/examples/Simple/grid/Grid_Client_i.cpp b/TAO/examples/Simple/grid/Grid_Client_i.cpp
index e5ef68ce7c4..c014f976b22 100644
--- a/TAO/examples/Simple/grid/Grid_Client_i.cpp
+++ b/TAO/examples/Simple/grid/Grid_Client_i.cpp
@@ -102,6 +102,9 @@ Grid_Client_i::run (int argc,
TAO_CHECK_ENV;
ACE_ASSERT (ret_val == value_);
+
+ if (client.shutdown () == 1)
+ client->shutdown (TAO_TRY_ENV);
ACE_UNUSED_ARG (ret_val);
}
TAO_CATCH (CORBA::UserException, range_ex)