Salome HOME
[EDF30399] : Steer directory hosting replay files
[modules/kernel.git] / src / Basics / KernelBasis.hxx
index 360efc37592b66ecd5efc4c472428f272696d3b3..121bf978cb966bde68e72d4814aa09b38f1626c7 100644 (file)
@@ -52,6 +52,8 @@ namespace SALOME
   std::vector<std::string> BASICS_EXPORT GetAllPyExecutionModes();
   std::string BASICS_EXPORT GetPyExecutionModeStr();
   PyExecutionMode BASICS_EXPORT GetPyExecutionMode();
+  std::string BASICS_EXPORT GetDirectoryForReplayFiles();
+  void BASICS_EXPORT SetDirectoryForReplayFiles(const std::string& directory);
   int BASICS_EXPORT GetBigObjOnDiskThreshold();
   void BASICS_EXPORT SetBigObjOnDiskThreshold(int newThresholdInByte);
   std::string BASICS_EXPORT BigObjOnDiskProtocolToStr(BigObjTransferProtocol protocol);