From 539dbdf8fe459128f0a482c397a459426791c9c3 Mon Sep 17 00:00:00 2001 From: secher Date: Wed, 29 Oct 2008 10:33:40 +0000 Subject: [PATCH] take account of Kernel_Utils --- src/Container/SALOME_ContainerManager.cxx | 2 +- src/MPIContainer/MPIContainer_i.cxx | 1 + src/TestMPIContainer/TestMPIContainer.cxx | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index ad3c938df..f38f8d07a 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -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; diff --git a/src/MPIContainer/MPIContainer_i.cxx b/src/MPIContainer/MPIContainer_i.cxx index 287edee53..394649acb 100644 --- a/src/MPIContainer/MPIContainer_i.cxx +++ b/src/MPIContainer/MPIContainer_i.cxx @@ -27,6 +27,7 @@ #include #include #include +#include "Basics_Utils.hxx" #include "SALOME_Component_i.hxx" #include "MPIContainer_i.hxx" #include "SALOME_NamingService.hxx" diff --git a/src/TestMPIContainer/TestMPIContainer.cxx b/src/TestMPIContainer/TestMPIContainer.cxx index f1e3e4763..7ebfbeaf6 100644 --- a/src/TestMPIContainer/TestMPIContainer.cxx +++ b/src/TestMPIContainer/TestMPIContainer.cxx @@ -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" -- 2.39.2