From: Pascal Obry Date: Tue, 25 Jun 2019 09:35:19 +0000 (+0200) Subject: Properly define getJobParameters when building without LibBatch. X-Git-Tag: V9_4_0a1~8^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a22c874aac432f4d3594f62f0d45bb7231cf27e1;p=modules%2Fkernel.git Properly define getJobParameters when building without LibBatch. Fix a link error. --- diff --git a/src/Launcher/Launcher.cxx b/src/Launcher/Launcher.cxx index 51642f264..c6f7c62ba 100644 --- a/src/Launcher/Launcher.cxx +++ b/src/Launcher/Launcher.cxx @@ -762,6 +762,14 @@ Launcher_cpp::createJobWithFile( const std::string xmlExecuteFile, std::string c return 0; } +/* +JobParameters_cpp +Launcher_cpp::getJobParameters(int job_id) +{ + throw LauncherException("Method Launcher_cpp::getJobParamaters is not available " + "(libBatch was not present at compilation time)"); +} +*/ #endif ParserLauncherType