Salome HOME
-Bug fix for PaCO++ Dummy examples DSC_WithPaco
authorribes <ribes>
Fri, 13 Apr 2007 13:08:31 +0000 (13:08 +0000)
committerribes <ribes>
Fri, 13 Apr 2007 13:08:31 +0000 (13:08 +0000)
idl/Makefile.am
src/ParallelContainer/SALOME_ParallelComponent_i.cxx
src/ParallelContainer/SALOME_ParallelComponent_i.hxx

index ca178e32d1c1e243478a5dfa782d27ff44f39df3..ce328ceafe73fa321934f20405158e400d3e2591 100644 (file)
@@ -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
index 93d3428a07023c7e6124051012458a6ec4d8eee8..ddcd47d80eb0574a2ace94433cabc637856369fe 100644 (file)
@@ -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());
 }
index 1b67853c5272a2dbaf8b6fcd763044623a523d71..07c3bb1046866e33f91d9691649204ac180c0f32 100644 (file)
@@ -78,7 +78,7 @@ public:
   char* instanceName();
   char* interfaceName();
 
-  void ping_c();
+  void ping();
   void destroy();
 
   CORBA::Long getStudyId();