Changeset 1465 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/01/02 09:31:18 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1381 r1465 89 89 // This is the code from TChain::LoadTree but skips the 90 90 // notification in LoadTree. If LoadTree raises the notification 91 // a flag is set and the notification is done by hand. If it 92 // has not been successfull -15 is returned. 91 // a flag is set and the notification is done by hand. This 92 // is done to be able to catch the return value from Notify. If 93 // it has not been successfull -15 is returned. 93 94 // This is to support return values from Notify()/Reinit() 94 95 //
Note:
See TracChangeset
for help on using the changeset viewer.