| 199 | } |
| 200 | |
| 201 | CDataObject::~CDataObject() { |
| 202 | } |
| 203 | |
| 204 | STDMETHODIMP CDataObject::QueryInterface(REFIID iid, void ** ppv) { |
| 205 | if(iid == IID_IUnknown || iid == IID_IDataObject) { |
nothing calls this directly
no outgoing calls
no test coverage detected