| 9 | class IOleObjectImpl : public ComClass<TImpl, IOleObject> { |
| 10 | public: |
| 11 | IOleObjectImpl(TImpl *pParent) : ComClass<TImpl, IOleObject>(pParent) {} |
| 12 | |
| 13 | // IOleObject |
| 14 | STDMETHODIMP SetClientSite(IOleClientSite *pClientSite) { |
nothing calls this directly
no outgoing calls
no test coverage detected