summaryrefslogtreecommitdiff
path: root/NSCmpts/IDropTargetImpl.h
blob: fe8c75e9c7740bdcc906c64de457df78dd46d00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_)