Ignore:
Timestamp:
02/07/09 16:11:57 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r9178 r9301  
    5757    void Print(Option_t *o="") const; //*MENU*
    5858
    59     ClassDef(MContinue, 2) //Task returning kCONTINUE
     59    ClassDef(MContinue, 2) //Task returning kCONTINUE (or any other return code)
    6060};
    6161
  • trunk/MagicSoft/Mars/mbase/MEnv.h

    r8882 r9301  
    4040    Double_t    GetValue(const char *name, Double_t dflt);
    4141    const char *GetValue(const char *name, const char *dflt);
     42
     43    // GetValue: regexp
    4244
    4345    const char *GetName() const;
Note: See TracChangeset for help on using the changeset viewer.