// $Id$ #include "TSS_Resources.h" ACE_RCSID (tao, TSS_Resources, "$Id$") 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) , policy_current_ (&this->initial_policy_current_) #endif /* TAO_HAS_CORBA_MESSAGING == 1 */ { } TAO_TSS_Resources::~TAO_TSS_Resources (void) { } // **************************************************************** #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class TAO_TSS_Singleton; template class ACE_TSS; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate TAO_TSS_Singleton #pragma instantiate ACE_TSS #elif defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION) template TAO_TSS_Singleton * TAO_TSS_Singleton::singleton_; #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */