Ignore:
Timestamp:
Mar 12, 2013, 12:37:20 PM (11 years ago)
Author:
garnier
Message:

debut des modifications pour le comboBox : changement de sectionToExecute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/branches/12_03_12-managerComboBox/pspaWT/sources/controler/include/dataManager.h

    r381 r385  
    3030  particleBeam* getDiagnosticBeam(unsigned index);
    3131   
    32   void addSectionToExecute(int debut, int fin, nomDeLogiciel prog);
     32  void addSectionToExecute(abstractElement* debut,int debutIndex, abstractElement* fin, int finIndex, abstractSoftware* prog);
    3333
    3434    abstractElement* addElement(typedElement elemType);
     
    6464    bool restoreElements(string inputFileName);
    6565   
     66    abstractSoftware* createSoftwareConnexion(nomDeLogiciel logi);
    6667   
    6768
     
    7980    void removeFile(string nameOfFile);
    8081    void clearSectionToExecute();
    81     abstractSoftware* createSoftwareConnexion(nomDeLogiciel logi);
    8282 
    8383  };
Note: See TracChangeset for help on using the changeset viewer.