Changeset 1786 for code/trunk/src/core/Executor.cc
- Timestamp:
- Sep 15, 2008, 11:11:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Executor.cc
r1747 r1786 130 130 } 131 131 132 Executor& Executor::setDescriptionParam( int param, const std::string& description)132 Executor& Executor::setDescriptionParam(unsigned int param, const std::string& description) 133 133 { 134 134 if (param >= 0 && param < MAX_FUNCTOR_ARGUMENTS) … … 148 148 } 149 149 150 const std::string& Executor::getDescriptionParam( int param) const150 const std::string& Executor::getDescriptionParam(unsigned int param) const 151 151 { 152 152 if (param >= 0 && param < MAX_FUNCTOR_ARGUMENTS)
Note: See TracChangeset
for help on using the changeset viewer.