Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 11:52:01 PM (18 years ago)
Author:
bensch
Message:

nice description again for the load_params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_class_description.cc

    r9771 r9772  
    5555  ParamDescriptionMap::iterator it = LoadParamClassDescription::getParamDescription(classID, paramName);
    5656
     57  (*it).second.setDescription(descriptionText);
    5758}
    5859
     
    6566{
    6667  ParamDescriptionMap::iterator it = LoadParamClassDescription::getParamDescription(classID, paramName);
    67 
     68  (*it).second.setValues(paramCount, defaultValues, retVal);
    6869}
    6970
     
    126127         ++param)
    127128    {
    128     ///  (*param).second.print();
     129      (*param).second.print();
    129130    }
    130131    PRINT(0)("</%s>\n\n", (*classIt).second._className.c_str());
Note: See TracChangeset for help on using the changeset viewer.