Changeset 1320 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 04/29/02 12:42:40 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.cc
r1283 r1320 605 605 // 606 606 MParContainer *pcont = (MParContainer*)cls->New(); 607 if ( pcont)607 if (!pcont) 608 608 { 609 609 gLog << err << dbginf << "Cannot create new instance of class '" << cname << "' (Maybe no def. constructor)" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.