| 6679 | } |
| 6680 | |
| 6681 | void |
| 6682 | TSFetchLaunch(TSFetchSM fetch_sm) |
| 6683 | { |
| 6684 | sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS); |
| 6685 | |
| 6686 | (reinterpret_cast<FetchSM *>(fetch_sm))->ext_launch(); |
| 6687 | } |
| 6688 | |
| 6689 | void |
| 6690 | TSFetchDestroy(TSFetchSM fetch_sm) |
no test coverage detected