| 150 | } |
| 151 | |
| 152 | HRESULT CFlashUI::FSCommand (_bstr_t command, _bstr_t args) |
| 153 | { |
| 154 | if (m_pFlashEventHandler) |
| 155 | { |
| 156 | return m_pFlashEventHandler->FSCommand(command,args); |
| 157 | } |
| 158 | return S_OK; |
| 159 | } |
| 160 | |
| 161 | HRESULT CFlashUI::FlashCall( _bstr_t request ) |
| 162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected