Ignore:
Timestamp:
Dec 19, 2013, 6:22:39 PM (10 years ago)
Author:
garnier
Message:

Modification pour remettre en marche le Run. Desormais Transport passe, mais aucun test ne permet de dire si c est bon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/include/sectionToExecute.h

    r469 r472  
    1212  /** Create a new sectionToExecute and initialize it with the given element and software
    1313   */
    14   sectionToExecute(abstractElement*,abstractSoftware*);
     14  sectionToExecute(abstractElement*,abstractSoftware*,dataManager*);
    1515 
    1616  /** Deprecated : To be removed ! */
     
    5757
    5858  abstractSoftware* software_;
    59 
     59  dataManager* dataManager_;
    6060  std::vector< abstractElement* > elements_;
    6161};
Note: See TracChangeset for help on using the changeset viewer.