summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-27 02:28:58 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-27 02:28:58 +0000
commitc93e6f071ac92ec44e4a46b38d330e40e1d10923 (patch)
tree65c27c0e0a52812242e487b8be8910c88b438d03
parent9223c755e2af32495ff3c9290c5b2acfa43afab7 (diff)
downloadATCD-c93e6f071ac92ec44e4a46b38d330e40e1d10923.tar.gz
ChangelogTag: Thu Jun 26 22:34:10 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
-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_;