| 53 | } |
| 54 | |
| 55 | STDMETHODIMP CSubPicQueueImpl::NonDelegatingQueryInterface(REFIID riid, void** ppv) |
| 56 | { |
| 57 | return |
| 58 | QI(ISubPicQueue) |
| 59 | __super::NonDelegatingQueryInterface(riid, ppv); |
| 60 | } |
| 61 | |
| 62 | // ISubPicQueue |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected