| 1007 | } |
| 1008 | |
| 1009 | void CellularPanel::OnKillFocus(wxFocusEvent & WXUNUSED(event)) |
| 1010 | { |
| 1011 | DoKillFocus(); |
| 1012 | if (KeyboardCapture::IsHandler(this)) |
| 1013 | { |
| 1014 | KeyboardCapture::Release(this); |
| 1015 | } |
| 1016 | } |
| 1017 | |
| 1018 | // Empty out-of-line default functions to fill Visitor's vtable |
| 1019 | CellularPanel::Visitor::~Visitor() {} |