| 18 | } |
| 19 | |
| 20 | LPVOID COptionUI::GetInterface(LPCTSTR pstrName) |
| 21 | { |
| 22 | if( _tcscmp(pstrName, DUI_CTR_OPTION) == 0 ) return static_cast<COptionUI*>(this); |
| 23 | return CButtonUI::GetInterface(pstrName); |
| 24 | } |
| 25 | |
| 26 | void COptionUI::SetManager(CPaintManagerUI* pManager, CControlUI* pParent, bool bInit) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected