Changeset 8232 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 12/13/06 14:33:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
r8191 r8232 80 80 #include <iomanip> 81 81 #include <fstream> 82 #include <errno.h> 82 83 83 84 #include <TSQLRow.h> … … 654 655 655 656 TIter NextR(®exp); 656 TObject * reg=0;657 while (( reg=NextR()))657 TObject *obj=0; 658 while ((obj=NextR())) 658 659 { 659 TPRegexp reg( reg->GetName());660 TPRegexp reg(obj->GetName()); 660 661 const Ssiz_t pos = name.Index(reg, 0); 661 662 if (pos>0)
Note:
See TracChangeset
for help on using the changeset viewer.