Ignore:
Timestamp:
Feb 22, 2013, 10:07:46 AM (11 years ago)
Author:
lemeur
Message:

fin dessins esp. phase + noms de fichiers

File:
1 edited

Legend:

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

    r316 r341  
    5151    trivaluedBool checkElementsForExec(nomDeLogiciel logiciel, unsigned indexDeb, unsigned indexFin, string& diagnostic);
    5252    bool executeAll();
    53     void saveConfiguration(string nameOfFile);
     53    void saveConfiguration(string nameOfCase);
    5454    bool restoreElements(string inputFileName);
    5555    void donneesRmsEnveloppe( string type, unsigned int numeroDeb, unsigned int numeroFin, vector<double>& xcor, vector<double>& ycor);
    56     inline void setWorkingDir(string wd) {
    57         workingDir_ = wd;
    58     }
     56    /* inline void setWorkingDir(string wd) { */
     57    /*     workingDir_ = wd; */
     58    /* } */
    5959   
    6060private:
     
    6969    void clearSectionToExecute();
    7070
    71     string workingDir_;
     71    //   string workingDir_;
    7272    PspaApplication* pspa_;
    7373};
Note: See TracChangeset for help on using the changeset viewer.