Changeset 7887 for trunk/MagicSoft/Mars/mbase/MParContainer.cc
- Timestamp:
- 08/19/06 20:22:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParContainer.cc
r7851 r7887 230 230 // 231 231 return (TString)o.GetName()==o.ClassName() ? (TString)o.ClassName() : 232 MString::Form ("%s [%s]", o.GetName(), o.ClassName());232 MString::Format("%s [%s]", o.GetName(), o.ClassName()); 233 233 } 234 234
Note:
See TracChangeset
for help on using the changeset viewer.