X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fpadder%2Fmeshjob%2Fidl%2FMESHJOB.idl;h=bf00c089327a2a7bc1e16890010ac02cf1fe17bd;hp=895fbd7cd0b5c162c6dc866328a2a22705dd83d8;hb=6bac08c1a81f34d3f21c550bd92f83654b2546a5;hpb=1067ffa6e7e5c394e3a1b17219d8b355a57607cd diff --git a/src/Tools/padder/meshjob/idl/MESHJOB.idl b/src/Tools/padder/meshjob/idl/MESHJOB.idl index 895fbd7cd..bf00c0893 100644 --- a/src/Tools/padder/meshjob/idl/MESHJOB.idl +++ b/src/Tools/padder/meshjob/idl/MESHJOB.idl @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2012 CEA/DEN, EDF R&D +// Copyright (C) 2011-2015 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // Authors : Guillaume Boulant (EDF) - 31/01/2011 #ifndef _MESHJOB_IDL_ @@ -49,7 +50,7 @@ module MESHJOB // // This defines the set of temporary folders used by the jobmanager - // when executing a job (may depends on the job). + // when executing a job (may depend on the job). struct MeshJobPaths { string local_inputdir; @@ -76,7 +77,7 @@ module MESHJOB { string results_dirname; string outputmesh_filename; - string status; + boolean status; }; // This defines the possible states of a job