TAO_OC_Endpoint_Selector_Loader Class Reference

Static initializer used to ensure the Optimized Connector Endpoint Selector is available for use in static applications. More...

#include <OC_Endpoint_Selector_Loader.h>

List of all members.

Static Public Member Functions

int init (void)


Detailed Description

Static initializer used to ensure the Optimized Connector Endpoint Selector is available for use in static applications.

This class is not needed when using dynamic linking and the service configuratior. Statically linked applications need to include this header to ensure that all the necessary dependencies are met. In addition, the svc config directive is required for setting any initialization parameters for the endpoint selector.

Definition at line 49 of file OC_Endpoint_Selector_Loader.h.


Member Function Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL int TAO_OC_Endpoint_Selector_Loader::init void   )  [static]
 

Definition at line 23 of file OC_Endpoint_Selector_Loader.cpp.

References ACE_Service_Config::process_directive().

00024 {
00025   return  ACE_Service_Config::process_directive (ace_svc_desc_TAO_OC_Endpoint_Selector_Factory);
00026 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:41:19 2006 for TAO_Strategies by doxygen 1.3.6