TAO_Resource_Factory_Changer Class Reference

#include <advanced_resource.h>

List of all members.

Public Member Functions

 TAO_Resource_Factory_Changer (void)


Detailed Description

Definition at line 22 of file advanced_resource.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Resource_Factory_Changer::TAO_Resource_Factory_Changer ( void   ) 

Definition at line 46 of file advanced_resource.cpp.

References ACE_Service_Config::process_directive(), and TAO_ORB_Core::set_resource_factory().

00047 {
00048 
00049   TAO_ORB_Core::set_resource_factory ("Advanced_Resource_Factory");
00050   ACE_Service_Config::process_directive (ace_svc_desc_TAO_Advanced_Resource_Factory);
00051 
00052 #if TAO_HAS_UIOP == 1
00053   ACE_Service_Config::process_directive (ace_svc_desc_TAO_UIOP_Protocol_Factory);
00054 #endif /* TAO_HAS_UIOP == 1 */
00055 
00056 #if TAO_HAS_SHMIOP == 1
00057   ACE_Service_Config::process_directive (ace_svc_desc_TAO_SHMIOP_Protocol_Factory);
00058 #endif /* TAO_HAS_SHMIOP == 1 */
00059 
00060 #if TAO_HAS_DIOP == 1
00061   ACE_Service_Config::process_directive (ace_svc_desc_TAO_DIOP_Protocol_Factory);
00062 #endif /* TAO_HAS_DIOP == 1 */
00063 
00064 #if TAO_HAS_SCIOP == 1
00065   ACE_Service_Config::process_directive (ace_svc_desc_TAO_SCIOP_Protocol_Factory);
00066 #endif /* TAO_HAS_SCIOP == 1 */
00067 
00068 #if TAO_HAS_COIOP == 1
00069   ACE_Service_Config::process_directive (ace_svc_desc_TAO_COIOP_Protocol_Factory);
00070 #endif /* TAO_HAS_SCIOP == 1 */
00071 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:47:32 2010 for TAO_Strategies by  doxygen 1.4.7