summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Object_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Object_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Object_T.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Object_T.h b/TAO/orbsvcs/orbsvcs/Notify/Object_T.h
index a85d95531ff..77464132cc9 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Object_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Object_T.h
@@ -46,6 +46,9 @@ protected:
/// Parent
PARENT* parent_;
+
+ /// Are we shutdown (i,e. scheduled for destroy).
+ int shutdown_;
};
#if defined (__ACE_INLINE__)