X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_Component.idl;h=3e550f8ba34f2069fc376413ab8892ce3df74029;hb=15a97ac169f8acd9cfcb6c4f9ef236d79c9d6a32;hp=2d7d3ea5bd4971e20891685b1c5c2bee4c96b39a;hpb=5abef8637180921342be64ec654c662987f50c6d;p=modules%2Fkernel.git diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index 2d7d3ea5b..3e550f8ba 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -89,9 +89,17 @@ module Engines void set_big_obj_on_disk_threshold(in long thresholdInByte); void set_big_obj_on_disk_directory(in string directory); + + void set_directory_for_replay_files(in string directory); void set_number_of_retry(in long nbRetry); + void set_current_directory(in string cwd); + + void set_startup_code(in string codeAtStartUp); + + string get_startup_code(); + void addLogFileNameGroup(in vectorOfString groupOfLogFileNames); vectorOfVectorOfString getAllLogFileNameGroups();