]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Fix compilation w/o LIBBATCH
authoreap <eap@opencascade.com>
Fri, 5 Jul 2019 12:09:00 +0000 (15:09 +0300)
committereap <eap@opencascade.com>
Fri, 5 Jul 2019 12:09:00 +0000 (15:09 +0300)
src/Launcher/Launcher.cxx

index c6f7c62ba31379d2bbee6f4fbe97da72ccc80d49..7a178d1398f3ef870cce29659af4c11f2fd1ca99 100644 (file)
@@ -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