summaryrefslogtreecommitdiff
path: root/TAO/tests/Muxed_GIOP_Versions
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-10 14:33:48 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-10 14:33:48 +0000
commit69222241954a7e41f9f3cacf30d70d753d96e479 (patch)
tree55369e50afc9bba4671719631f8ad9c89ca62ff5 /TAO/tests/Muxed_GIOP_Versions
parent8dbd84602716fc56e075763f5c143ba18638ba6b (diff)
downloadATCD-69222241954a7e41f9f3cacf30d70d753d96e479.tar.gz
ChangeLogTag: Sun Mar 10 08:33:10 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Muxed_GIOP_Versions')
-rw-r--r--TAO/tests/Muxed_GIOP_Versions/test_i.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/Muxed_GIOP_Versions/test_i.cpp b/TAO/tests/Muxed_GIOP_Versions/test_i.cpp
index 85e74454869..5e03410be49 100644
--- a/TAO/tests/Muxed_GIOP_Versions/test_i.cpp
+++ b/TAO/tests/Muxed_GIOP_Versions/test_i.cpp
@@ -21,8 +21,10 @@ Simple_Server_i::test_method (CORBA::Long x ACE_ENV_ARG_DECL_NOT_USED)
}
void
-Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL)
+Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
+ // We dont shutdown the ORB. We allow the server to go away as it
+ // wants.
// this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
}