]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
take account of Kernel_Utils
authorsecher <secher>
Wed, 29 Oct 2008 10:33:40 +0000 (10:33 +0000)
committersecher <secher>
Wed, 29 Oct 2008 10:33:40 +0000 (10:33 +0000)
src/Container/SALOME_ContainerManager.cxx
src/MPIContainer/MPIContainer_i.cxx
src/TestMPIContainer/TestMPIContainer.cxx

index ad3c938dfb9481ded9ddf24ca8020d8b1682402e..f38f8d07afb198f329ee30a90cf691c74b435178 100644 (file)
@@ -35,7 +35,7 @@
 #include "PaCO++.h"
 #endif
 
-#define TIME_OUT_TO_LAUNCH_CONT 21
+#define TIME_OUT_TO_LAUNCH_CONT 61
 
 using namespace std;
 
index 287edee53e45cc022cb7bba789ada15bf48e438d..394649acbd5d91f3e3fcb94ef5cc1c7febbb9d3d 100644 (file)
@@ -27,6 +27,7 @@
 #include <iostream.h>
 #include <dlfcn.h>
 #include <stdio.h>
+#include "Basics_Utils.hxx"
 #include "SALOME_Component_i.hxx"
 #include "MPIContainer_i.hxx"
 #include "SALOME_NamingService.hxx"
index f1e3e4763f32256fddc8e421df59cc19b7ce002a..7ebfbeaf6757563ee586a1d3bc0a373f474d342e 100644 (file)
@@ -34,6 +34,7 @@
 #include CORBA_CLIENT_HEADER(SALOME_MPIContainer)
 #include CORBA_CLIENT_HEADER(SALOME_TestMPIComponent)
 
+#include "Basics_Utils.hxx"
 # include "Utils_ORB_INIT.hxx"
 # include "Utils_SINGLETON.hxx"
 #include "SALOME_NamingService.hxx"