Ignore:
Timestamp:
01/24/05 11:08:09 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJob.h

    r5557 r5957  
    4949    ~MJob();
    5050
     51    // Setter
    5152    void   SetPathOut(const char *path=".");
    5253    void   SetPathIn(const char *path=".");
     
    6061    void   SetSequence(const MSequence &seq) { fSequence = seq; }
    6162
     63    // Getter
     64    TString GetPathOut() const  { return fPathOut; }
     65    TString GetPathIn() const   { return fPathIn; }
     66    TString GetPathData() const { return fPathData; }
     67
     68    // Others
    6269    MStatusDisplay *GetDisplay() { return fDisplay; }
    6370
Note: See TracChangeset for help on using the changeset viewer.