Salome HOME
[bos #32518][EDF] (2022-T3)
[tools/libbatch.git] / src / Core / CommandsOverloader.hxx
index ca1cf768a93ba43057a5bd66bf09f6473a2172ab..4a34c834acaf14749344bf2a1289c5d167771d99 100644 (file)
@@ -63,6 +63,9 @@ namespace Batch {
     void parse(const std::string & theFilename);
     std::string trim(const std::string & theStr) const noexcept;
 
+    const char * isCmdFileDefined(bool & theIsDefined) const;
+    bool isCheckCmdsDefined() const;
+
     std::string CMD_Command(const std::string & theKey);
 
     bool hasKey(const std::string & theKey) const;