Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

first step in the direction of parameter descriptions… again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_xml.h

    r9770 r9771  
    7171  virtual ~XmlLoadParam()
    7272  {
     73    this->setDescriptionValues(OperateClass::staticClassID(), executor->getParamCount(), executor->getDefaultValues(), executor->hasRetVal());
    7374    (*this->executor)(this->object, this->loadElem);
    7475    delete this->executor;
Note: See TracChangeset for help on using the changeset viewer.