| 472 | } |
| 473 | |
| 474 | LPCTSTR DuiLib::CWebBrowserUI::GetClass() const |
| 475 | { |
| 476 | return _T("WebBrowserUI"); |
| 477 | } |
| 478 | |
| 479 | LPVOID DuiLib::CWebBrowserUI::GetInterface( LPCTSTR pstrName ) |
| 480 | { |
nothing calls this directly
no outgoing calls
no test coverage detected