00001 // $Id: EC_Factory.cpp 75304 2006-11-09 15:46:21Z cleeland $ 00002 00003 #include "orbsvcs/Event/EC_Factory.h" 00004 #include "ace/Dynamic_Service.h" 00005 00006 ACE_RCSID(Event, EC_Factory, "$Id: EC_Factory.cpp 75304 2006-11-09 15:46:21Z cleeland $") 00007 00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 TAO_RTEvent_Serv_Export unsigned short TAO_EC_debug_level; 00011 00012 TAO_EC_Factory::TAO_EC_Factory (void) 00013 { 00014 TAO_EC_debug_level = 0; 00015 } 00016 00017 TAO_EC_Factory::~TAO_EC_Factory (void) 00018 { 00019 } 00020 00021 TAO_END_VERSIONED_NAMESPACE_DECL