Ignore:
Timestamp:
09/20/01 15:35:59 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r858 r936  
    22#define MLOG_H
    33
    4 #ifndef MAGIC_H
    5 #include "MAGIC.h"
    6 #endif
     4//#ifndef MAGIC_H
     5//#include "MAGIC.h"
     6//#endif
    77
    88#include <TObject.h>
     
    1212
    1313#define bsz    160 // two standard lines
     14
     15enum ELogBits {
     16   kHasChanged = BIT(14)  // if gui has changed
     17};
     18
    1419
    1520class TGListBox;
     
    2934    UInt_t fDebugLevel;      //! Present global debug level
    3035    UInt_t fDevice;          //! Flag to indicate the present streams
     36
     37    Int_t fGuiLineId;
    3138
    3239    ofstream  *fout;          //! possible file output stream
     
    6572    void operator=(ofstream &out)       { SetOutputFile(out); }
    6673    void operator=(TGListBox *out)      { SetOutputGui(out);  }
     74
     75    Bool_t IsOutputDeviceEnabled(int i) const { return fDevice & i; }
    6776
    6877    void SetOutputGui(TGListBox *out, int flag=-1)
Note: See TracChangeset for help on using the changeset viewer.