]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/CDMUtilities.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / CDMUtilities.h
index 935ce941635e63e787d60b23f8491c8b25bba9ab..50e2cd410a9160db3b022d8d4bd0b1e6f4d63856 100644 (file)
@@ -173,9 +173,10 @@ namespace CDMUtilities
    * Opens a file with a given command.
    * @param file Full path of the file to open.
    * @param command Command to execute the file with.
+   * @param parameters Parameters to open file.
    * @return True if there was an error on the execution of the operation.
    */
-  int openFileWithCommand(const std::string& file, const std::string& command);
+  int openFileWithCommand(const std::string& file, const std::string& command, const std::string& parameters = "");
   /**
    * Opens the BBTK Graphical Editor
    * @return True if there was an error on the execution of the operation.