Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5652 in orxonox.OLD for trunk/src/lib/lang/base_object.cc


Ignore:
Timestamp:
Nov 20, 2005, 6:32:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new LoadParam procedure with all NON-cycling load-options, and it works perfectly (on first sight :))

now going to make the same for cycling LoadOptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/base_object.cc

    r5646 r5652  
    6363  // name setup
    6464  LoadParamNEW(root, "name", this, BaseObject, setName)
    65   //LoadParamBase(root, "name", this, ExecutorObjective<BaseObject>(&BaseObject::setName))
    6665      .describe("the Name of the Object.");
    67 //  LoadParam<BaseObject>(root, "name", this, &BaseObject::setName)
    68       //.describe("the name of the Object at hand");
    6966}
    7067
Note: See TracChangeset for help on using the changeset viewer.