int studyId,
const Engines::MachineList& listOfMachines)
{
- const char *containerName = params.container_name;
- int nbproc = NbProc(params);
-
- MESSAGE("_LoadComponent, required " << containerName <<
- " " << componentName << " " << nbproc);
+ MESSAGE("_LoadComponent, required " << params.container_name <<
+ " " << componentName << " " << NbProc(params));
Engines::Container_var cont =
_ContManager->FindOrStartContainer(params,
{
INFOS("Caught system exception COMM_FAILURE -- unable to contact the object.");
}
-#ifndef WNT
- catch(CORBA::SystemException&)
- {
- INFOS("Caught a CORBA::SystemException.");
- }
-#endif
catch(CORBA::Exception&)
{
INFOS("Caught CORBA::Exception.");
if (_personal_module_list[ind].type == _temp_component_type)
{
_list_typed_component->length(_j + 1);
- /* Is it an error ?
- * _list_typed_component[_j] = _personal_module_list[ind].name.c_str();
- */
- _list_typed_component[_j] = (_moduleList[ind].name).c_str();
+ _list_typed_component[_j] = _personal_module_list[ind].name.c_str();
//if(MYDEBUG) SCRUTE(_list_typed_component[_j]);
_j++;
}