Updated some comments/documentation

This commit is contained in:
rods%netscape.com 1999-04-19 19:02:52 +00:00
parent 9ffa76ce11
commit fd77caca1f

View File

@ -143,7 +143,7 @@ NS_IMETHODIMP nsTransferable::IsDataFlavorSupported(nsIDataFlavor * aDataFlavor)
}
/**
*
* The transferable owns the data (memory) and only gives the aData a copy of the pointer address to it.
*
*/
NS_IMETHODIMP nsTransferable::GetTransferData(nsIDataFlavor * aDataFlavor, void ** aData, PRUint32 * aDataLen)
@ -176,7 +176,7 @@ NS_IMETHODIMP nsTransferable::GetTransferData(nsIDataFlavor * aDataFlavor, void
}
/**
*
* The transferable now owns the data (the memory pointing to it)
*
*/
NS_IMETHODIMP nsTransferable::SetTransferData(nsIDataFlavor * aDataFlavor, void * aData, PRUint32 aDataLen)