| 477 | } |
| 478 | |
| 479 | LPVOID DuiLib::CWebBrowserUI::GetInterface( LPCTSTR pstrName ) |
| 480 | { |
| 481 | if( _tcscmp(pstrName, DUI_CTR_WEBBROWSER) == 0 ) return static_cast<CWebBrowserUI*>(this); |
| 482 | return CActiveXUI::GetInterface(pstrName); |
| 483 | } |
| 484 | |
| 485 | void DuiLib::CWebBrowserUI::SetHomePage( LPCTSTR lpszUrl ) |
| 486 | { |
nothing calls this directly
no outgoing calls
no test coverage detected