/* -*- C++ -*- */ // $Id$ // ================================================================= // // = LIBRARY // TAO // // = FILENAME // RTPortableServer.cpp // // = AUTHOR // Frank Hunleth // // ================================================================= #include "RTPortableServer.h" #include "RT_Object_Adapter_Factory.h" ACE_RCSID (RTPortableServer, RTPortableServer, "$Id$") TAO_RTPortableServer_Initializer::TAO_RTPortableServer_Initializer (void) { ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_Object_Adapter_Factory); }