#include <MIOP.h>
Static Public Member Functions | |
int | Initializer (void) |
|
Used to force the insertion of UIPMC_Factory in the service configurator. Definition at line 16 of file MIOP.cpp. References ACE_Service_Config::process_directive().
00017 { 00018 ACE_Service_Config::process_directive ( 00019 ace_svc_desc_TAO_PortableGroup_Loader); 00020 00021 ACE_Service_Config::process_directive ( 00022 ace_svc_desc_TAO_PG_Object_Adapter_Factory); 00023 00024 return ACE_Service_Config::process_directive ( 00025 ace_svc_desc_TAO_UIPMC_Protocol_Factory); 00026 } |