Changeset 7249 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 07/31/05 19:42:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
r7248 r7249 501 501 502 502 case 1: 503 cout << " deleting successfully finished -> inserting sequence " << from << endl;503 cout << " deleting successfully finished -> inserting sequence " << from << flush; 504 504 if (dummy) 505 { 506 cout << " <dummy> " << endl; 505 507 return kTRUE; 508 } 509 cout << endl; 506 510 rc = InsertSequence(serv, from, to); 507 511 if (!rc)
Note:
See TracChangeset
for help on using the changeset viewer.