| 38 | } |
| 39 | |
| 40 | STDMETHODIMP SetHostNames(LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) { |
| 41 | return S_OK; |
| 42 | } |
| 43 | |
| 44 | STDMETHODIMP Close(DWORD dwSaveOption) { |
| 45 | if (this->m_pParent->m_clientSite) { |
nothing calls this directly
no outgoing calls
no test coverage detected