From: eap Date: Fri, 5 Jul 2019 12:09:00 +0000 (+0300) Subject: Fix compilation w/o LIBBATCH X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=54ed1a85a151633fdf8a3c13e54eeedbba605426;p=modules%2Fyacs.git Fix compilation w/o LIBBATCH --- diff --git a/src/Launcher/Launcher.cxx b/src/Launcher/Launcher.cxx index c6f7c62ba..7a178d139 100644 --- a/src/Launcher/Launcher.cxx +++ b/src/Launcher/Launcher.cxx @@ -762,14 +762,13 @@ 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