Changeset 9038 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 07/23/08 11:11:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/stage.C
r9021 r9038 29 29 } 30 30 31 voidstage(Int_t sequno, Int_t tel, TString path="")31 int stage(Int_t sequno, Int_t tel, TString path="") 32 32 { 33 33 const MSequenceSQL s("sql.rc", sequno, tel); … … 40 40 } 41 41 42 voidstage(const char *seq, TString path="")42 int stage(const char *seq, TString path="") 43 43 { 44 44 const MSequence s(seq);
Note:
See TracChangeset
for help on using the changeset viewer.