| 44 | } |
| 45 | |
| 46 | LPVOID CChildLayoutUI::GetInterface( LPCTSTR pstrName ) |
| 47 | { |
| 48 | if( _tcscmp(pstrName, DUI_CTR_CHILDLAYOUT) == 0 ) return static_cast<CChildLayoutUI*>(this); |
| 49 | return CControlUI::GetInterface(pstrName); |
| 50 | } |
| 51 | |
| 52 | LPCTSTR CChildLayoutUI::GetClass() const |
| 53 | { |
nothing calls this directly
no outgoing calls
no test coverage detected