]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMAppli.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMAppli.h
index 5a85580dd4dcf615c914f322e2a961e6a5810697..579f12a2105e859710a5898c6e6cda0b783466ce 100644 (file)
@@ -74,11 +74,13 @@ public:
   /**
    * Creates a new application in the system and creates an application node. This node is stored in the applications attribute and returned.
    * @param name Name of the new application.
+   * @param type 0=console application, 1=GUI Application (wxWidgets).
    * @param result Result message of the operation.
    * @return Reference to the created application or NULL.
    */
   modelCDMApplication* CreateApplication(
       const std::string& name,
+      const int& type,
       std::string*& result
   );
   /**