#include <advanced_resource.h>
Public Member Functions | |
| TAO_Resource_Factory_Changer (void) | |
|
|
Definition at line 42 of file advanced_resource.cpp. References ACE_Service_Config::process_directive(), and TAO_ORB_Core::set_resource_factory().
00043 {
00044
00045 TAO_ORB_Core::set_resource_factory ("Advanced_Resource_Factory");
00046 ACE_Service_Config::process_directive (ace_svc_desc_TAO_Advanced_Resource_Factory);
00047
00048 #if TAO_HAS_UIOP == 1
00049 ACE_Service_Config::process_directive (ace_svc_desc_TAO_UIOP_Protocol_Factory);
00050 #endif /* TAO_HAS_UIOP == 1 */
00051
00052 #if TAO_HAS_SHMIOP == 1
00053 ACE_Service_Config::process_directive (ace_svc_desc_TAO_SHMIOP_Protocol_Factory);
00054 #endif /* TAO_HAS_SHMIOP == 1 */
00055
00056 #if TAO_HAS_DIOP == 1
00057 ACE_Service_Config::process_directive (ace_svc_desc_TAO_DIOP_Protocol_Factory);
00058 #endif /* TAO_HAS_DIOP == 1 */
00059
00060 #if TAO_HAS_SCIOP == 1
00061 ACE_Service_Config::process_directive (ace_svc_desc_TAO_SCIOP_Protocol_Factory);
00062 #endif /* TAO_HAS_SCIOP == 1 */
00063
00064 }
|
1.3.6