Ignore:
Timestamp:
Jan 2, 2014, 10:15:24 PM (10 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/sector.h

    r472 r474  
    7575  void addElementAfter(abstractElement*,abstractElement*);
    7676 
    77   /**
     77  /** Add an element after another one. Will put it in the same sectionToExecuteList. If the element after is NULL
     78   it will create a new sectionToExecute and put it inside.
     79   if the previous element is NULL, it will try to add at the beginning of the first section
     80   @return : the new element
     81   */
     82  abstractElement* addElementAfter(nomdElements::typedElement, abstractElement* );
     83
     84    /**
    7885 set the specific software for the given sectionToExecute number
    7986 */
Note: See TracChangeset for help on using the changeset viewer.