00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "EntryExit.h" 00009 00010 ACE_INLINE 00011 OpenDDS::DCPS::ReactorSynchStrategy::ReactorSynchStrategy( 00012 TransportSendStrategy* strategy, 00013 ACE_Reactor* reactor 00014 ) 00015 : strategy_( strategy), 00016 reactor_( reactor) 00017 { 00018 DBG_ENTRY_LVL("ReactorSynchStrategy","ReactorSynchStrategy",6); 00019 } 00020