summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 2fb1378339f..de769815085 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -911,7 +911,8 @@ private:
ACE_Atomic_Op<ACE_SYNCH_MUTEX, u_int> open_called_;
// Flag which denotes that the open method was called.
- ACE_Atomic_Op<ACE_SYNCH_MUTEX, u_int> should_shutdown_;
+ ACE_Lock* shutdown_lock_;
+ int should_shutdown_;
// Flag which denotes that the ORB should shut down and <run> should
// return.