26 using namespace YACS::ENGINE;
32 throw Exception(
"SalomeContainerTmpForHP::loadComponent : asking to load a component on the given task whereas this task has no component !");
33 std::string compoName(inst->getCompoName());
37 this->
start(askingNode);
39 CORBA::Object_ptr objComponent=CORBA::Object::_nil();
42 std::string compoName(inst->getCompoName());
44 objComponent=container->find_component_instance(compoName.c_str(),0);
45 if(CORBA::is_nil(objComponent))
48 bool isLoadable(container->load_component_Library(compoName.c_str(), reason));