Ignore:
Timestamp:
Jun 21, 2013, 2:32:47 PM (11 years ago)
Author:
lemeur
Message:

ajout de l'include algorithm

File:
1 edited

Legend:

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

    r413 r419  
    2525   
    2626    /** Deprecated : To be removed ! */
    27     inline int getElementNumberInSection() {
     27    inline int getElementNumberInSection() const {
    2828        return firstElementNumberInBeamLine;
    2929    }
    3030   
    3131    /** Deprecated : To be removed ! */
    32     inline int getLastElementNumberInSection()  {
     32    inline int getLastElementNumberInSection()  const {
    3333        return lastElementNumberInBeamLine;
    3434    }
    35     inline abstractSoftware* getSoftware() {
     35    inline abstractSoftware* getSoftware() const {
    3636        return software;
    3737    }
Note: See TracChangeset for help on using the changeset viewer.