Changeset 8882 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 03/18/08 17:41:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEnv.h
r8741 r8882 73 73 Int_t ReadFile(const char *fname, EEnvLevel level); 74 74 75 Int_t WriteFile(const char *filename, EEnvLevel level) { return TEnv::WriteFile(filename, level); } 76 Int_t WriteFile(const char *filename) { return WriteFile(filename, kEnvLocal); } //*MENU* 77 75 78 void PrintEnv(EEnvLevel level = kEnvAll) const; 76 79 void Print(Option_t *option) const { TEnv::Print(option); }
Note:
See TracChangeset
for help on using the changeset viewer.