Changeset 1666 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 11/22/02 09:23:54 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLog.h
r1524 r1666 65 65 66 66 void SetDebugLevel(int i) { fDebugLevel = i; } 67 int GetDebugLevel() const { return fDebugLevel; } 67 68 void SetOutputLevel(int i) { fOutputLevel = i; } 68 69 void SetOutputDevice(int i) { fDevice = i; } -
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r1661 r1666 141 141 // 142 142 if (!task) 143 { 144 *fLog << err << "ERROR - task argument=NULL." << endl; 143 145 return kFALSE; 146 } 144 147 145 148 //
Note:
See TracChangeset
for help on using the changeset viewer.