| 1316 | } |
| 1317 | |
| 1318 | DROPEFFECT CFrameEditorDropTarget::OnDragOver(CWnd* pWnd, COleDataObject* pDataObject, DWORD dwKeyState, CPoint point) |
| 1319 | { |
| 1320 | m_pParent->UpdateDrag(point); |
| 1321 | return m_nDropEffect; |
| 1322 | } |
| 1323 | |
| 1324 | BOOL CFrameEditorDropTarget::OnDrop(CWnd* pWnd, COleDataObject* pDataObject, DROPEFFECT dropEffect, CPoint point) |
| 1325 | { |
nothing calls this directly
no test coverage detected