summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-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)