#include <CSD_ThreadPool.h>
Static Public Member Functions | |
| static int | init (void) |
| Used to force the initialization of the ORB code. | |
Definition at line 38 of file CSD_ThreadPool.h.
| int TAO_CSD_ThreadPool::init | ( | void | ) | [static] |
Used to force the initialization of the ORB code.
Definition at line 12 of file CSD_ThreadPool.cpp.
{
static int initialized = 0;
if (initialized == 1)
return 0;
initialized = 1;
TAO_CSD_Framework_Loader::static_init();
return ACE_Service_Config::process_directive (ace_svc_desc_TAO_CSD_TP_Strategy_Factory);
}
1.7.0