| 1322 | } |
| 1323 | |
| 1324 | BOOL CFrameEditorDropTarget::OnDrop(CWnd* pWnd, COleDataObject* pDataObject, DROPEFFECT dropEffect, CPoint point) |
| 1325 | { |
| 1326 | m_nDropEffect = DROPEFFECT_NONE; |
| 1327 | m_pParent->UpdateDrag(point); |
| 1328 | return m_pParent->DropData(pDataObject, dropEffect); |
| 1329 | } |
| 1330 | |
| 1331 | void CFrameEditorDropTarget::OnDragLeave(CWnd* pWnd) |
| 1332 | { |
nothing calls this directly
no test coverage detected