Changeset 7474 in orxonox.OLD for trunk/src/lib/util/loading
- Timestamp:
- May 2, 2006, 6:24:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/loading/load_param.cc
r7331 r7474 67 67 { 68 68 PRINTF(4)("Loading value '%s' with Parameters '%s' onto: %s::%s\n", this->paramName.c_str(), loadString.c_str(), this->object->getClassName(), this->object->getName()); 69 (*this->executor)(this->object, loadString);69 (*this->executor)(this->object, SubString(loadString, ",", SubString::WhiteSpaces, false, '\\')); 70 70 } 71 71 delete this->executor;
Note: See TracChangeset
for help on using the changeset viewer.