Changeset 7407 in orxonox.OLD for trunk/src/lib/util/executor
- Timestamp:
- Apr 27, 2006, 8:42:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/executor/executor.h
r7331 r7407 47 47 const MultiType& value2 = MT_NULL, const MultiType& value3 = MT_NULL, 48 48 const MultiType& value4 = MT_NULL); 49 /** @param i the i'th defaultValue, @returns reference to the MultiType */ 50 inline MultiType& getDefaultValue(unsigned int i) { return defaultValue[i]; }; 49 51 50 52 // EXECUTE
Note: See TracChangeset
for help on using the changeset viewer.