| 124 | // Ref counting interface from IUnknown required, but just stubbed out. |
| 125 | HRESULT QueryInterface(const IID&, void**) override { return S_OK; } |
| 126 | ULONG AddRef(void) override { return 0; } |
| 127 | ULONG Release(void) override { return 0; } |
| 128 | |
| 129 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected