Changeset 8903 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 05/31/08 12:41:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MClone.cc
r8899 r8903 66 66 // constructors. 67 67 // 68 void MClone::Init(const char *name, const char *title) : fForceClone(kFALSE)68 void MClone::Init(const char *name, const char *title) 69 69 { 70 70 fName = name ? name : "MClone"; 71 71 fTitle = title ? title : "Task to clone a parameter container for later usage"; 72 73 fForceClone = kFALSE; 72 74 73 75 fClone = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.