Changeset 7331 in orxonox.OLD for trunk/src/lib/util/loading
- Timestamp:
 - Apr 18, 2006, 4:48:37 PM (20 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/src/lib/util/loading/load_param.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/lib/util/loading/load_param.cc
r7221 r7331 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->execute(this->object, loadString);69 (*this->executor)(this->object, loadString); 70 70 } 71 71 delete this->executor;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






