summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/ORB_Core.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index d6e9faddeff..f309480a1d6 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -174,6 +174,8 @@ public:
};
+
+
// ****************************************************************
/**
@@ -966,6 +968,8 @@ public:
/// Return a pointer to the -ORBInitRef map.
InitRefMap * init_ref_map (void);
+
+
protected:
/// Destructor is protected since the ORB Core is a reference
@@ -1459,6 +1463,10 @@ public:
*/
void *poa_current_impl_;
+ void *rtscheduler_current_impl_;
+
+ void *rtscheduler_previous_current_impl_;
+
/// The default environment for the thread.
CORBA::Environment *default_environment_;