summaryrefslogtreecommitdiff
path: root/TAO/tao/POAManager.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-15 15:46:54 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-15 15:46:54 +0000
commitb8a2647339cc4dd054823b4a8f4753490ff79c82 (patch)
tree4ee07cc2a16692190963d34eab169be29db79036 /TAO/tao/POAManager.cpp
parentfac82bb14fc222c533e5827a3e91259cfac615cb (diff)
downloadATCD-b8a2647339cc4dd054823b4a8f4753490ff79c82.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/POAManager.cpp')
-rw-r--r--TAO/tao/POAManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/POAManager.cpp b/TAO/tao/POAManager.cpp
index dd69cec09d0..bdb7eaee1d5 100644
--- a/TAO/tao/POAManager.cpp
+++ b/TAO/tao/POAManager.cpp
@@ -169,7 +169,7 @@ TAO_POA_Manager::remove_poa (TAO_POA *poa,
if (!this->closing_down_)
{
// Lock access to the POAManager for the duration of this transaction
- TAO_POA_WRITE_GUARD (ACE_Lock, monitor, this->lock (), env);
+ TAO_POA_WRITE_GUARD (ACE_Lock, monitor, this->lock (), ACE_TRY_ENV);
this->remove_poa_i (poa,
ACE_TRY_ENV);