Changeset 7949 for trunk/MagicSoft/Mars
- Timestamp:
- 08/25/06 23:38:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLog.h
r7808 r7949 39 39 private: 40 40 enum { 41 kIsUnderlined = BIT(15) 41 kIsUnderlined = BIT(15)//, kIsAutoIntro = BIT(16) 42 42 }; 43 43 static const char kESC; … … 109 109 ~MLog(); 110 110 111 static TString Intro(); 112 111 113 bool LockUpdate(const char *msg); 112 114 bool UnLockUpdate(const char *msg); … … 129 131 void operator=(ofstream &sout) { SetOutputFile(sout); } 130 132 void operator=(TGTextView *sout) { SetOutputGui(sout); } 133 //void SetAutoIntro(Bool_t b=kTRUE) { b ? SetBit(kIsAutoIntro) : SetBit(kIsAutoIntro); } 131 134 132 135 Bool_t IsNullOutput() const { return fIsNull; }
Note:
See TracChangeset
for help on using the changeset viewer.