Changeset 2180 for trunk/MagicSoft/Mars/mbase/MDirIter.h
- Timestamp:
- 06/16/03 15:13:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MDirIter.h
r2178 r2180 29 29 fList.SetOwner(); 30 30 } 31 MDirIter( MDirIter &dir) : fNext(&fList), fDirPtr(NULL)31 MDirIter(const MDirIter &dir) : fNext(&fList), fDirPtr(NULL) 32 32 { 33 33 fList.SetOwner(); … … 60 60 void SetFilter(const char *f="") { fFilter = f; } 61 61 62 void Print(const Option_t *o="") ;62 void Print(const Option_t *o="") const; 63 63 64 64 ClassDef(MDirIter, 1) // Iterator for files in several directories (with filters)
Note:
See TracChangeset
for help on using the changeset viewer.