Ignore:
Timestamp:
08/25/06 23:38:38 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MLog.h

    r7808 r7949  
    3939private:
    4040    enum {
    41         kIsUnderlined = BIT(15)
     41        kIsUnderlined = BIT(15)//, kIsAutoIntro = BIT(16)
    4242    };
    4343    static const char kESC;
     
    109109    ~MLog();
    110110
     111    static TString Intro();
     112
    111113    bool LockUpdate(const char *msg);
    112114    bool UnLockUpdate(const char *msg);
     
    129131    void operator=(ofstream &sout)      { SetOutputFile(sout); }
    130132    void operator=(TGTextView *sout)    { SetOutputGui(sout);  }
     133    //void SetAutoIntro(Bool_t b=kTRUE)   { b ? SetBit(kIsAutoIntro) : SetBit(kIsAutoIntro); }
    131134
    132135    Bool_t IsNullOutput() const { return fIsNull; }
Note: See TracChangeset for help on using the changeset viewer.