summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-08-14 17:56:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-08-14 17:56:06 +0000
commit8514d35bc8068da0e6ef8f43cb6fc77f35a614b9 (patch)
tree9e8b363e1e4ad7783ad7dc3840d5d174b9682dfb /TAO/orbsvcs/tests/Event
parent09899df2849033125d3ca3ac8b9f453a7c1458ff (diff)
downloadATCD-8514d35bc8068da0e6ef8f43cb6fc77f35a614b9.tar.gz
ChangeLogTag: Thu Aug 14 17:54:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Driver.cpp b/TAO/orbsvcs/tests/Event/lib/Driver.cpp
index feeea4fecda..045f26c0c58 100644
--- a/TAO/orbsvcs/tests/Event/lib/Driver.cpp
+++ b/TAO/orbsvcs/tests/Event/lib/Driver.cpp
@@ -158,7 +158,7 @@ EC_Driver::run_cleanup (ACE_ENV_SINGLE_ARG_DECL)
this->cleanup_consumers ();
this->cleanup_ec ();
- this->root_poa_->destroy (0, 0 ACE_ENV_ARG_PARAMETER);
+ this->root_poa_->destroy (1, 1 ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
this->root_poa_ = PortableServer::POA::_nil ();