summaryrefslogtreecommitdiff
path: root/NSCmpts/IDropTargetImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'NSCmpts/IDropTargetImpl.h')
-rw-r--r--NSCmpts/IDropTargetImpl.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/NSCmpts/IDropTargetImpl.h b/NSCmpts/IDropTargetImpl.h
new file mode 100644
index 0000000..fe8c75e
--- /dev/null
+++ b/NSCmpts/IDropTargetImpl.h
@@ -0,0 +1,20 @@
+// IDropTargetImpl.h: interface for the IDropTargetImpl class.
+//
+//////////////////////////////////////////////////////////////////////
+
+#if !defined(AFX_IDROPTARGETIMPL_H__C9CF5F33_A181_11D3_82DB_0020182B97FC__INCLUDED_)
+#define AFX_IDROPTARGETIMPL_H__C9CF5F33_A181_11D3_82DB_0020182B97FC__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+
+class IDropTargetImpl
+{
+public:
+ IDropTargetImpl();
+ virtual ~IDropTargetImpl();
+
+};
+
+#endif // !defined(AFX_IDROPTARGETIMPL_H__C9CF5F33_A181_11D3_82DB_0020182B97FC__INCLUDED_)