| 67 | |
| 68 | |
| 69 | ResultType InputObject::Setup(LPTSTR aOptions, LPTSTR aEndKeys, LPTSTR aMatchList, size_t aMatchList_length) |
| 70 | { |
| 71 | return input.Setup(aOptions, aEndKeys, aMatchList, aMatchList_length); |
| 72 | } |
| 73 | |
| 74 | |
| 75 | ResultType InputObject::Invoke(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
nothing calls this directly
no outgoing calls
no test coverage detected