X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBasics%2FKernelBasis.hxx;h=cbecfe72e1940b7e4329e87c913ac70bd3b2fb86;hb=d1070d09cfbba6d9b72d8f2ca8d07d23f296686c;hp=4a42e4257860ab97f957ba38c2efdfc2fbb4230b;hpb=b397830a2104a47d47a190819eca35a269b32b8f;p=modules%2Fkernel.git diff --git a/src/Basics/KernelBasis.hxx b/src/Basics/KernelBasis.hxx index 4a42e4257..cbecfe72e 100644 --- a/src/Basics/KernelBasis.hxx +++ b/src/Basics/KernelBasis.hxx @@ -43,4 +43,9 @@ namespace SALOME std::vector BASICS_EXPORT GetAllPyExecutionModes(); std::string BASICS_EXPORT GetPyExecutionModeStr(); PyExecutionMode BASICS_EXPORT GetPyExecutionMode(); + int BASICS_EXPORT GetBigObjOnDiskThreshold(); + void BASICS_EXPORT SetBigObjOnDiskThreshold(int newThresholdInByte); + std::string BASICS_EXPORT GetBigObjOnDiskDirectory(); + void BASICS_EXPORT SetBigObjOnDiskDirectory(const std::string& directory); + bool BASICS_EXPORT BigObjOnDiskDirectoryDefined(); }