| 82 | } |
| 83 | |
| 84 | OSString* ChatPadKeyboardClass::newProductString() const |
| 85 | { |
| 86 | return OSString::withCString("ChatPad"); |
| 87 | } |
| 88 | |
| 89 | OSString* ChatPadKeyboardClass::newTransportString() const |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected