#include <IORTable.h>
Static Public Member Functions | |
int | init (void) |
Used to force the initialization of the ORB code. |
|
Used to force the initialization of the ORB code.
Definition at line 23 of file IORTable.cpp. References ACE_Service_Config::process_directive().
00024 { 00025 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Table_Adapter_Factory); 00026 } |