From: barate Date: Thu, 17 Dec 2009 08:21:13 +0000 (+0000) Subject: Applied patches from G. David X-Git-Tag: V1_1_0_alpha1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1827ba2751d7ac527188c3fcd472f4d77f34e719;p=tools%2Flibbatch.git Applied patches from G. David --- diff --git a/src/Core/Batch_FactBatchManager.cxx b/src/Core/Batch_FactBatchManager.cxx index b4b32ce..27e5ec6 100644 --- a/src/Core/Batch_FactBatchManager.cxx +++ b/src/Core/Batch_FactBatchManager.cxx @@ -41,9 +41,11 @@ namespace Batch { FactBatchManager::FactBatchManager(const string & _t) : type(_t) { BatchManagerCatalog::getInstance().addFactBatchManager(type.c_str(), this); + /* ostringstream msg; msg << "FactBatchManager of type '" << type << "' inserted into catalog"; cerr << msg.str().c_str() << endl; + */ } // Destructeur diff --git a/src/Core/Test/SimpleParser.cxx b/src/Core/Test/SimpleParser.cxx index 9942576..7769aaa 100644 --- a/src/Core/Test/SimpleParser.cxx +++ b/src/Core/Test/SimpleParser.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include diff --git a/src/Local/Test/Exec_Test.cxx b/src/Local/Test/Exec_Test.cxx index 5f69726..d634789 100644 --- a/src/Local/Test/Exec_Test.cxx +++ b/src/Local/Test/Exec_Test.cxx @@ -30,6 +30,7 @@ #include #include #include +#include using namespace std; diff --git a/src/Local/Test/Test_Local_SSH.cxx b/src/Local/Test/Test_Local_SSH.cxx index 70bacb1..212ac55 100644 --- a/src/Local/Test/Test_Local_SSH.cxx +++ b/src/Local/Test/Test_Local_SSH.cxx @@ -29,6 +29,7 @@ #include #include +#include #include #include diff --git a/src/PBS/Test/Test_ePBS.cxx b/src/PBS/Test/Test_ePBS.cxx index b603d75..1944177 100644 --- a/src/PBS/Test/Test_ePBS.cxx +++ b/src/PBS/Test/Test_ePBS.cxx @@ -29,6 +29,7 @@ #include #include +#include #include #include