| 265 | } |
| 266 | |
| 267 | void CFlashUI::SetAttribute( LPCTSTR pstrName, LPCTSTR pstrValue ) |
| 268 | { |
| 269 | if (_tcscmp(pstrName, _T("homepage")) == 0) |
| 270 | { |
| 271 | } |
| 272 | else if (_tcscmp(pstrName, _T("autonavi"))==0) |
| 273 | { |
| 274 | } |
| 275 | else |
| 276 | CActiveXUI::SetAttribute(pstrName, pstrValue); |
| 277 | } |
| 278 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected