INTEGRATION: CWS dtransfix (1.21.100); FILE MERGED

2004/10/12 05:00:58 tra 1.21.100.1: #i32544#replaced MS COM auto pointer template with an own COM auto pointer template because MS COM auto pointers are not part of the .Net 2003 toolkit
This commit is contained in:
Rüdiger Timm 2004-10-22 06:55:26 +00:00
parent c43c966710
commit 6762b8a759

View file

@ -2,9 +2,9 @@
*
* $RCSfile: target.cxx,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: vg $ $Date: 2003-04-15 17:10:46 $
* last change: $Author: rt $ $Date: 2004-10-22 07:55:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -390,7 +390,7 @@ HRESULT DropTarget::DragEnter( IDataObject *pDataObj,
{
// Convert the IDataObject to a XTransferable
m_currentData= m_aDataConverter.createTransferableFromDataObj(
m_serviceFactory, pDataObj);
m_serviceFactory, IDataObjectPtr(pDataObj));
}
//<-- TRA