From: ribes Date: Fri, 13 Apr 2007 13:08:31 +0000 (+0000) Subject: -Bug fix for PaCO++ Dummy examples X-Git-Tag: DSC_WithPaco X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=404b2b1b0546c787e6dd30ca35f622a64257cf92;p=modules%2Fkernel.git -Bug fix for PaCO++ Dummy examples --- diff --git a/idl/Makefile.am b/idl/Makefile.am index ca178e32d..ce328ceaf 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -131,14 +131,17 @@ INCLUDES_PACO = SALOME_ComponentPaCO_Engines_Container_server.h \ SALOME_ComponentPaCO_Engines_Component_server.h \ SALOME_ComponentPaCO_Engines_Component_client.h \ SALOME_ComponentPaCO.h \ + SALOME_Component.h \ SALOME_PortsPaCO_Ports_Port_server.h \ SALOME_PortsPaCO_Ports_Port_client.h \ SALOME_PortsPaCO.h \ + SALOME_Ports.h \ DSC_EnginesPaCO_Engines_DSC_server.h \ DSC_EnginesPaCO_Engines_DSC_client.h \ DSC_EnginesPaCO_Engines_Parallel_DSC_server.h \ DSC_EnginesPaCO_Engines_Parallel_DSC_client.h \ - DSC_EnginesPaCO.h + DSC_EnginesPaCO.h \ + DSC_Engines.h XML = SALOME_Component.xml DSC_Engines.xml SALOME_Ports.xml endif diff --git a/src/ParallelContainer/SALOME_ParallelComponent_i.cxx b/src/ParallelContainer/SALOME_ParallelComponent_i.cxx index 93d3428a0..ddcd47d80 100644 --- a/src/ParallelContainer/SALOME_ParallelComponent_i.cxx +++ b/src/ParallelContainer/SALOME_ParallelComponent_i.cxx @@ -165,7 +165,7 @@ CORBA::Long Engines_Parallel_Component_i::getStudyId() */ //============================================================================= -void Engines_Parallel_Component_i::ping_c() +void Engines_Parallel_Component_i::ping() { // MESSAGE("Engines_Parallel_Component_i::ping_c() pid "<< getpid() << " threadid " << pthread_self()); } diff --git a/src/ParallelContainer/SALOME_ParallelComponent_i.hxx b/src/ParallelContainer/SALOME_ParallelComponent_i.hxx index 1b67853c5..07c3bb104 100644 --- a/src/ParallelContainer/SALOME_ParallelComponent_i.hxx +++ b/src/ParallelContainer/SALOME_ParallelComponent_i.hxx @@ -78,7 +78,7 @@ public: char* instanceName(); char* interfaceName(); - void ping_c(); + void ping(); void destroy(); CORBA::Long getStudyId();