| 54 | |
| 55 | |
| 56 | ResultType InputObject::__New(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 57 | { |
| 58 | _f_param_string_opt(aOptions, 0); |
| 59 | _f_param_string_opt(aEndKeys, 1); |
| 60 | _f_param_string_opt(aMatchList, 2); |
| 61 | |
| 62 | if (!Setup(aOptions, aEndKeys, aMatchList, _tcslen(aMatchList))) |
| 63 | _o_return_FAIL; |
| 64 | |
| 65 | _o_return_empty; |
| 66 | } |
| 67 | |
| 68 | |
| 69 | ResultType InputObject::Setup(LPTSTR aOptions, LPTSTR aEndKeys, LPTSTR aMatchList, size_t aMatchList_length) |
nothing calls this directly
no outgoing calls
no test coverage detected