Changeset 3257 for code/branches/core4/src/core/Executor.h
- Timestamp:
- Jun 30, 2009, 3:14:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/Executor.h
r3250 r3257 175 175 inline bool hasReturnvalue() const 176 176 { return this->functor_->hasReturnvalue(); } 177 inline FunctionType getType() const177 inline FunctionType::Value getType() const 178 178 { return this->functor_->getType(); } 179 179 inline const MultiType& getReturnvalue() const … … 201 201 return this->defaultValue_[index]; 202 202 203 return MT_ null;203 return MT_Type::Null; 204 204 } 205 205
Note: See TracChangeset
for help on using the changeset viewer.