From: barate Date: Tue, 31 Aug 2010 14:46:02 +0000 (+0000) Subject: Fixed compilation problem on Mandriva 2010 64 bits (thanks to N. Gore) X-Git-Tag: V1_2_0rc1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5305970eade8784220bd840f8fcad274f8b63008;p=tools%2Flibbatch.git Fixed compilation problem on Mandriva 2010 64 bits (thanks to N. Gore) --- diff --git a/src/PBS/Batch_JobInfo_PBS.cxx b/src/PBS/Batch_JobInfo_PBS.cxx index a19d764..02b4d81 100644 --- a/src/PBS/Batch_JobInfo_PBS.cxx +++ b/src/PBS/Batch_JobInfo_PBS.cxx @@ -31,7 +31,8 @@ #include #include -//#include "MEDMEM_STRING.hxx" +#include +#include #include "Batch_Parametre.hxx" #include "Batch_Environnement.hxx" #include "Batch_RunTimeException.hxx" @@ -51,7 +52,6 @@ namespace Batch { for(i=0; p_job; p_job = p_job->next) i++; if (i == 0) throw RunTimeException("Liste vide (le job est absent de la file)"); if (i > 1) { - //MEDMEM::STRING sst; ostringstream sst; sst << "JobInfo_PBS::JobInfo_PBS(struct batch_status * list, bool tobedeleted) : la liste contient " << i << " elements" << " (1 seul requis)" << endl; @@ -198,7 +198,6 @@ namespace Batch { // Methode pour l'interfacage avec Python (SWIG) : affichage en Python string JobInfo_PBS::__str__() const { - //MEDMEM::STRING sst; ostringstream sst; sst << "