Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include "tao/Strategies/OC_Endpoint_Selector_Loader.h"
00014 #include "tao/Strategies/OC_Endpoint_Selector_Factory.h"
00015
00016 ACE_RCSID (tao,
00017 OC_Endpoint_Selector_Loader,
00018 "$Id: OC_Endpoint_Selector_Loader.cpp 72369 2006-04-26 19:08:02Z mesnier_p $")
00019
00020 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00021
00022 int
00023 TAO_OC_Endpoint_Selector_Loader::init (void)
00024 {
00025 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_OC_Endpoint_Selector_Factory);
00026 }
00027
00028 TAO_END_VERSIONED_NAMESPACE_DECL