Ignore:
Timestamp:
Jan 8, 2014, 6:05:38 PM (10 years ago)
Author:
garnier
Message:

Suppression de methodes deprecated et de quelques warning de compilation

File:
1 edited

Legend:

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

    r472 r481  
    2828  virtual ~dataManager();
    2929  void consoleMessage(string message);
    30   int getBeamLineSize_deprecated();
    3130  inline globalParameters* getGlobalParameters()  {return &globParam_;}
    3231   
     
    4241  inline std::vector <sector*> getSectors() {return jobList_;};
    4342 
    44   /**
    45      Get the label from the order number in the beam line
    46      @return return "" if not found
    47   */
    48   string getLabelFromElementNumero_deprecated(int numero);
    4943 
    50   /**
    51      Get the numero from the label in the beam line
    52      @return return -1 if not found
    53   */
    54   int getNumeroFromElementLabel_deprecated(string);
    5544 
    5645  void initializeExecution();
Note: See TracChangeset for help on using the changeset viewer.