removed include of Transferable

git-svn-id: svn://10.0.0.236/trunk@25854 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1999-04-01 14:40:36 +00:00
parent cbe99577f3
commit 23ecb28bcb

View File

@ -21,7 +21,7 @@
#include "nsITransferable.h"
#include "nsDragSource.h"
#include "nsDataObj.h"
#include "nsTransferable.h"
//#include "nsTransferable.h"
#include "OLEIDL.h"
#include "OLE2.h"
@ -85,7 +85,7 @@ NS_IMETHODIMP nsDragService::StartDragSession (nsIDragSource * aDragSrc,
PRBool aDoFlyback)
{
NS_IF_RELEASE(mDragSource);
/* NS_IF_RELEASE(mDragSource);
mDragSource = aDragSrc;
NS_ADDREF(mDragSource);
@ -98,6 +98,7 @@ NS_IMETHODIMP nsDragService::StartDragSession (nsIDragSource * aDragSrc,
res = ::DoDragDrop((IDataObject*)dataObj,
(IDropSource *)((nsDragSource *)mDragSource)->GetNativeDragSrc(),
DROPEFFECT_COPY | DROPEFFECT_MOVE | DROPEFFECT_SCROLL, &dropRes);
*/
return NS_OK;
}