| 633 |
// |
// |
| 634 |
TIter next2(contents); |
TIter next2(contents); |
| 635 |
TChain *questa = 0; |
TChain *questa = 0; |
| 636 |
while (questa = (TChain*) next2()) { |
while ( (questa = (TChain*)next2()) ) { |
| 637 |
TString name = questa->GetName(); |
TString name = questa->GetName(); |
| 638 |
questa->Delete(); |
questa->Delete(); |
| 639 |
questa = NULL; |
questa = NULL; |
| 747 |
// |
// |
| 748 |
TIter next2(contents); |
TIter next2(contents); |
| 749 |
TChain *questa = 0; |
TChain *questa = 0; |
| 750 |
while (questa = (TChain*) next2()) { |
while ( (questa = (TChain*) next2()) ) { |
| 751 |
TString name = questa->GetName(); |
TString name = questa->GetName(); |
| 752 |
questa->Delete(); |
questa->Delete(); |
| 753 |
questa = NULL; |
questa = NULL; |