| 338 | } |
| 339 | |
| 340 | string MslSyntax::getOutputTypeName(TypeDesc type) const |
| 341 | { |
| 342 | const TypeSyntax& syntax = getTypeSyntax(type); |
| 343 | return "thread " + syntax.getName() + "&"; |
| 344 | } |
| 345 | |
| 346 | bool MslSyntax::typeSupported(const TypeDesc* type) const |
| 347 | { |
no test coverage detected