Ignore:
Timestamp:
Jan 2, 2014, 10:15:24 PM (11 years ago)
Author:
garnier
Message:

prise en charge de la restauration dun fichier de sauvegarde

File:
1 edited

Legend:

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

    r472 r474  
    55#include "abstractElement.h"
    66#include "abstractSoftware.h"
     7#include "sector.h"
    78
    89class sectionToExecute
     
    1213  /** Create a new sectionToExecute and initialize it with the given element and software
    1314   */
    14   sectionToExecute(abstractElement*,abstractSoftware*,dataManager*);
     15  sectionToExecute(abstractElement*,abstractSoftware*,dataManager*,sector*);
    1516 
    1617  /** Deprecated : To be removed ! */
     
    5354    elements_.insert ( elements_.begin() ,abs);
    5455  };
     56
     57  /** Set the first element of this section.
     58   If needed, it will change the last element of the previous section
     59   */
     60  void setFirstElement(std::string);
    5561 
    5662  private :
     
    5965  dataManager* dataManager_;
    6066  std::vector< abstractElement* > elements_;
     67  sector* sector_;
    6168};
    6269#endif
Note: See TracChangeset for help on using the changeset viewer.