summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
commit6d64069608cb5e29a191ed8d2eb4d7e163aa0290 (patch)
tree9f02216ea2a0aaf7c1404e4f48dcc9e18cf151a6 /TAO/tao/TAO.cpp
parente8a745ea70a1df43a209f25c7ecc36a397249c8f (diff)
downloadATCD-6d64069608cb5e29a191ed8d2eb4d7e163aa0290.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/TAO.cpp')
-rw-r--r--TAO/tao/TAO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TAO.cpp b/TAO/tao/TAO.cpp
index c28a8e6b21c..b08f1079cab 100644
--- a/TAO/tao/TAO.cpp
+++ b/TAO/tao/TAO.cpp
@@ -243,7 +243,7 @@ TAO_ORB_Manager::~TAO_ORB_Manager (void)
CORBA::Environment env;
if (CORBA::is_nil (this->poa_.in ()) == 0)
- this->poa_->destroy (CORBA::B_TRUE,
- CORBA::B_TRUE,
+ this->poa_->destroy (1,
+ 1,
env);
}