Changeset 9301 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/07/09 16:11:57 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MContinue.h
r9178 r9301 57 57 void Print(Option_t *o="") const; //*MENU* 58 58 59 ClassDef(MContinue, 2) //Task returning kCONTINUE 59 ClassDef(MContinue, 2) //Task returning kCONTINUE (or any other return code) 60 60 }; 61 61 -
trunk/MagicSoft/Mars/mbase/MEnv.h
r8882 r9301 40 40 Double_t GetValue(const char *name, Double_t dflt); 41 41 const char *GetValue(const char *name, const char *dflt); 42 43 // GetValue: regexp 42 44 43 45 const char *GetName() const;
Note:
See TracChangeset
for help on using the changeset viewer.