Salome HOME
Applied patches from G. David V1_1_0_alpha1
authorbarate <barate>
Thu, 17 Dec 2009 08:21:13 +0000 (08:21 +0000)
committerbarate <barate>
Thu, 17 Dec 2009 08:21:13 +0000 (08:21 +0000)
src/Core/Batch_FactBatchManager.cxx
src/Core/Test/SimpleParser.cxx
src/Local/Test/Exec_Test.cxx
src/Local/Test/Test_Local_SSH.cxx
src/PBS/Test/Test_ePBS.cxx

index b4b32ce6ff47d3cd72abf97084936e4d16d00002..27e5ec6407790b63a08b9fa946db6375ae688484 100644 (file)
@@ -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
index 9942576de54aff206f1b9cf21cf8190b24e9ca9c..7769aaaf92d6f008ed59883ab42adc3c73b749aa 100644 (file)
@@ -29,6 +29,7 @@
 #include <iostream>
 #include <fstream>
 #include <sstream>
+#include <cstdlib>
 
 #include <Test_config.h>
 
index 5f697262a6fe487f9036076f7a14e400e5489825..d634789a9b0a393a0ab8d5625b51280e85142def 100644 (file)
@@ -30,6 +30,7 @@
 #include <iostream>
 #include <fstream>
 #include <string>
+#include <cstdlib>
 
 using namespace std;
 
index 70bacb1a5ef64ba7472370de51580374357d65c1..212ac55c8e838b6371c315acbf50a104a6f543ca 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <cstdlib>
 
 #include <Batch_Job.hxx>
 #include <Batch_BatchManagerCatalog.hxx>
index b603d75c8d2a239e8e408008a414661c514631bb..19441771cbb1f07952a8c9d2641199bc8f7a1ece 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <cstring>
 
 #include <Batch_Job.hxx>
 #include <Batch_BatchManagerCatalog.hxx>