summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-27 02:29:21 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-27 02:29:21 +0000
commit4e0026d581c96c41c2361cd38021cbe091624cad (patch)
tree7a163f2e5dcc6b00826bd787a1188be7fb47ed28
parentc93e6f071ac92ec44e4a46b38d330e40e1d10923 (diff)
downloadATCD-4e0026d581c96c41c2361cd38021cbe091624cad.tar.gz
CHangelogTag: Thu Jun 26 22:34:10 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
-rw-r--r--TAO/tao/ORB_Core.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 1a931b75765..c811892d114 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -1,5 +1,6 @@
// $Id$
+
#include "ORB_Core.h"
#include "ORB_Table.h"
@@ -62,6 +63,7 @@ ACE_RCSID (tao,
ORB_Core,
"$Id$")
+
// ****************************************************************
CORBA::Environment&
@@ -2869,6 +2871,8 @@ TAO_ORB_Core_TSS_Resources::~TAO_ORB_Core_TSS_Resources (void)
TAO_TSS_Resources::TAO_TSS_Resources (void)
: poa_current_impl_ (0),
+ rtscheduler_current_impl_ (0),
+ rtscheduler_previous_current_impl_ (0),
default_environment_ (&this->tss_environment_)
#if (TAO_HAS_CORBA_MESSAGING == 1)
@@ -2976,6 +2980,8 @@ TAO_ORB_Core::init_ref_map ()
return &this->init_ref_map_;
}
+
+
// ****************************************************************
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)