Changeset 1272 for code/branches/merge/src/core/CommandExecutor.h
- Timestamp:
- May 14, 2008, 11:44:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/merge/src/core/CommandExecutor.h
r1214 r1272 89 89 inline std::string getAdditionalParameter() const 90 90 { return (this->additionalParameter_ != "") ? (" " + this->additionalParameter_) : ""; } 91 inline std::string getCommandString() const { return this->processedCommand_; } 91 92 92 93 void setEvaluatedParameter(unsigned int index, MultiTypeMath param);
Note: See TracChangeset
for help on using the changeset viewer.