diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-31 23:07:59 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-31 23:07:59 +0000 |
commit | 085aebdc5895008fa0cc22199bf7837bab7f32fd (patch) | |
tree | bd5b2fa7f47e006a4e4aa02af7666c284bb59210 /TAO/tao/TAO.cpp | |
parent | b2210adbe9d0360b9993d6de494776eeebd855b5 (diff) | |
download | ATCD-085aebdc5895008fa0cc22199bf7837bab7f32fd.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/TAO.cpp')
-rw-r--r-- | TAO/tao/TAO.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/TAO.cpp b/TAO/tao/TAO.cpp index 75f5fc4aae5..406ad1747ba 100644 --- a/TAO/tao/TAO.cpp +++ b/TAO/tao/TAO.cpp @@ -241,6 +241,7 @@ TAO_ORB_Manager::child_poa (void) 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, |