| 851 | // |
| 852 | |
| 853 | CActiveXUI::CActiveXUI() : m_pUnk(NULL), m_pControl(NULL), m_hwndHost(NULL), m_bCreated(false), m_bDelayCreate(true) |
| 854 | { |
| 855 | m_clsid = IID_NULL; |
| 856 | } |
| 857 | |
| 858 | CActiveXUI::~CActiveXUI() |
| 859 | { |
nothing calls this directly
no outgoing calls
no test coverage detected