Ignore:
Timestamp:
Mar 11, 2014, 11:21:43 AM (10 years ago)
Author:
lemeur
Message:

refection generale des secteurs et applications de softwares (suite)

File:
1 edited

Legend:

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

    r485 r493  
    1616class dataManager;
    1717class sectionToExecute;
    18 
     18class computingBlock;
    1919class abstractSoftware
    2020{
     
    4242  //  void registerElement(nomdElements::typedElement nomdel,trivaluedBool b);
    4343
    44   sectionToExecute* getSectionToExecute() {
    45     return sectionToExecute_;
     44  /* sectionToExecute* getSectionToExecute() { */
     45  /*      return sectionToExecute_; */
     46  /* } */
     47
     48  computingBlock* getComputingBlock() {
     49       return compBlock_;;
    4650  }
    4751
    4852  public :
    4953
    50   abstractSoftware(string, sectionToExecute*, dataManager* );
     54  //  abstractSoftware(string, sectionToExecute*, dataManager* );
     55  abstractSoftware(string, computingBlock*, dataManager* );
     56
    5157  ~abstractSoftware() {
    5258    delete nameOfSoftware_;
     
    7480  }
    7581  private :
    76   sectionToExecute* sectionToExecute_;
    77  
     82  //  sectionToExecute* sectionToExecute_;
     83  computingBlock* compBlock_;
    7884};
    7985#endif
Note: See TracChangeset for help on using the changeset viewer.