Changeset 5957 for trunk/MagicSoft/Mars/mjobs/MJob.h
- Timestamp:
- 01/24/05 11:08:09 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJob.h
r5557 r5957 49 49 ~MJob(); 50 50 51 // Setter 51 52 void SetPathOut(const char *path="."); 52 53 void SetPathIn(const char *path="."); … … 60 61 void SetSequence(const MSequence &seq) { fSequence = seq; } 61 62 63 // Getter 64 TString GetPathOut() const { return fPathOut; } 65 TString GetPathIn() const { return fPathIn; } 66 TString GetPathData() const { return fPathData; } 67 68 // Others 62 69 MStatusDisplay *GetDisplay() { return fDisplay; } 63 70
Note:
See TracChangeset
for help on using the changeset viewer.