| 744 | } |
| 745 | |
| 746 | void input_type::EndByChar(TCHAR aChar) |
| 747 | { |
| 748 | ASSERT(aChar && InProgress()); |
| 749 | EndingChar = aChar; |
| 750 | // The other EndKey related fields are ignored when Char is non-zero. |
| 751 | EndByReason(INPUT_TERMINATED_BY_ENDKEY); |
| 752 | } |
| 753 | |
| 754 | void input_type::EndByReason(InputStatusType aReason) |
| 755 | { |
nothing calls this directly
no outgoing calls
no test coverage detected