Changeset 1339 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 06/03/02 10:12:57 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataChain.cc
r1334 r1339 102 102 } 103 103 104 MDataChain::MDataChain() 105 : fMember(NULL), fOperatorType(kENoop) 106 { 107 } 108 104 109 MDataChain::MDataChain(const char *rule, const char *name, const char *title) 105 110 : fOperatorType(kENoop) … … 117 122 fMember->Print(); 118 123 *fLog << endl; 119 120 124 } 121 125
Note:
See TracChangeset
for help on using the changeset viewer.