summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 19:53:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 19:53:13 +0000
commit4b94986b9b5210fb3e0838aa45fd8a46fc4a92c5 (patch)
tree80cf815f47151d459aa866c1575177c54dd1699a /TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
parentfd794e1bf5e1b12dbab68053b73f30f472dc6f4b (diff)
downloadATCD-4b94986b9b5210fb3e0838aa45fd8a46fc4a92c5.tar.gz
ChangeLogTag:Wed May 12 14:47:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
index db23a92dce5..510ea24b02d 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
@@ -108,8 +108,9 @@ TAO_EC_Event_Channel::shutdown (CORBA::Environment& ACE_TRY_ENV)
supplier_poa->deactivate_object (supplier_id.in (), ACE_TRY_ENV);
ACE_CHECK;
- this->consumer_admin_->shutdown (ACE_TRY_ENV);
this->supplier_admin_->shutdown (ACE_TRY_ENV);
+
+ this->consumer_admin_->shutdown (ACE_TRY_ENV);
}
void