Changeset 9377 in orxonox.OLD for branches/proxy/src/lib/util/loading
- Timestamp:
- Jul 21, 2006, 11:43:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/util/loading/load_param.cc
r9371 r9377 164 164 { 165 165 // locating the class 166 this->classDesc = LoadClassDescription::addClass(object->getClass Name());166 this->classDesc = LoadClassDescription::addClass(object->getClassCName()); 167 167 168 168 if ((this->paramDesc = this->classDesc->addParam(paramName)) != NULL)
Note: See TracChangeset
for help on using the changeset viewer.