| 487 | } |
| 488 | |
| 489 | CStreamData::~CStreamData() { |
| 490 | if (!m_closedStream) { |
| 491 | Close(); |
| 492 | } |
| 493 | } |
| 494 | |
| 495 | STDMETHODIMP CStreamData::QueryInterface(REFIID iid, void ** ppv) { |
| 496 | if(iid == IID_IUnknown || iid == IID_IStream || iid == IID_ISequentialStream) { |
nothing calls this directly
no outgoing calls
no test coverage detected