Salome HOME
Merge branch 'omu/multijob'
[modules/kernel.git] / src / Launcher / SALOME_Launcher.hxx
index f874f8276d6e8cc5cad4e8265d6f6fad0301fb38..963799d474a34a94980505bf8edadbcc19accd89 100644 (file)
@@ -50,6 +50,7 @@ public:
   void        launchJob    (CORBA::Long job_id);
   char *      getJobState  (CORBA::Long job_id);
   char *      getAssignedHostnames  (CORBA::Long job_id); // Get names or ids of hosts assigned to the job
+  void        exportInputFiles(CORBA::Long job_id);
   void        getJobResults(CORBA::Long job_id, const char * directory);
   void        clearJobWorkingDir(CORBA::Long job_id);
   CORBA::Boolean getJobDumpState(CORBA::Long job_id, const char * directory);