Ignore:
Timestamp:
01/14/05 10:23:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5809 r5832  
    7474
    7575    Int_t Read(const char *name="Evtloop");
    76     Int_t Write(const char *name="Evtloop", Int_t option=0, Int_t bufsize=0);
     76    Int_t Write(const char *name="Evtloop", Int_t option=0, Int_t bufsize=0) const;
     77    Int_t Write(const char *name="Evtloop", Int_t option=0, Int_t bufsize=0)
     78    {
     79        return const_cast<MEvtLoop*>(this)->Write(name, option, bufsize);
     80    }
    7781
    7882    void Print(Option_t *opt="") const;
Note: See TracChangeset for help on using the changeset viewer.