Ignore:
Timestamp:
Dec 19, 2013, 3:53:53 PM (11 years ago)
Author:
garnier
Message:

Désormais il est de nouveau possible d'ajouter des sections et dy affecter des softwares (ne marche pour le moment quavec la 1ere sectionToExecute. Autres améliorations et renommages

File:
1 edited

Legend:

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

    r431 r469  
    6161  virtual string print() = 0;
    6262  virtual void InputRep(UAPNode* root) = 0;
    63 
    64   /* Return the abstractSofware associated with this element
    65    */
    66   inline abstractSoftware* getAbstractSoftware() {
    67     return abstractSoftware_;
    68   }
    69  
    70   /* Set the software to this element
    71      @param abstractSoftware a pointer to the abstract software
    72   */
    73   inline void setSoftware(abstractSoftware* prog) {
    74     abstractSoftware_ = prog;
    75   }
    76  
    77  private :
    78 
    79   abstractSoftware *abstractSoftware_;
    80  
     63   
    8164};
    8265#endif
Note: See TracChangeset for help on using the changeset viewer.