// IDropTargetImpl.cpp: implementation of the IDropTargetImpl class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "IDropTargetImpl.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// IDropTargetImpl::IDropTargetImpl() { } IDropTargetImpl::~IDropTargetImpl() { }