diff options
Diffstat (limited to 'NSCmpts/IDropTargetImpl.cpp')
-rw-r--r-- | NSCmpts/IDropTargetImpl.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/NSCmpts/IDropTargetImpl.cpp b/NSCmpts/IDropTargetImpl.cpp new file mode 100644 index 0000000..0ca984d --- /dev/null +++ b/NSCmpts/IDropTargetImpl.cpp @@ -0,0 +1,20 @@ +// IDropTargetImpl.cpp: implementation of the IDropTargetImpl class. +// +////////////////////////////////////////////////////////////////////// + +#include "stdafx.h" +#include "IDropTargetImpl.h" + +////////////////////////////////////////////////////////////////////// +// Construction/Destruction +////////////////////////////////////////////////////////////////////// + +IDropTargetImpl::IDropTargetImpl() +{ + +} + +IDropTargetImpl::~IDropTargetImpl() +{ + +} |