X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBatch%2FBatch_Job.cxx;h=e9be99d8439101f62071bdf8f33bd944ff1d753f;hb=bdfd2913ea925e430a9a98a9b13bdd03b82d0a73;hp=53a57b26c041f61e4e13336f632820853e5b700e;hpb=35960e77d7f9f2a5cac7d6550c23f12943bc4378;p=modules%2Fkernel.git diff --git a/src/Batch/Batch_Job.cxx b/src/Batch/Batch_Job.cxx index 53a57b26c..e9be99d84 100644 --- a/src/Batch/Batch_Job.cxx +++ b/src/Batch/Batch_Job.cxx @@ -15,7 +15,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // /* * Job.cxx : @@ -68,13 +68,13 @@ namespace Batch { } // Accesseur - Parametre Job::getParametre() const + Batch::Parametre Job::getParametre() const { return _param; } // Accesseur - void Job::setParametre(const Parametre & param) + void Job::setParametre(const Batch::Parametre & param) { _param = param; }