nsDataObj.h (basilisk-2021.12.14-source.tar.xz) | : | nsDataObj.h (basilisk-2022.01.27-source.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 231 | skipping to change at line 231 | |||
nsTArray<nsCString> mDataFlavors; | nsTArray<nsCString> mDataFlavors; | |||
nsITransferable * mTransferable; // nsDataObj owns and ref counts nsITransf erable, | nsITransferable * mTransferable; // nsDataObj owns and ref counts nsITransf erable, | |||
// the nsITransferable does know anything about the nsDataObj | // the nsITransferable does know anything about the nsDataObj | |||
CEnumFormatEtc * m_enumFE; // Ownership Rules: | CEnumFormatEtc * m_enumFE; // Ownership Rules: | |||
// nsDataObj owns and ref counts CEnumForm atEtc, | // nsDataObj owns and ref counts CEnumForm atEtc, | |||
nsCOMPtr<nsIFile> mCachedTempFile; | nsCOMPtr<nsIFile> mCachedTempFile; | |||
RefPtr<nsDataObj> mKeepAlive; | ||||
BOOL mIsAsyncMode; | BOOL mIsAsyncMode; | |||
BOOL mIsInOperation; | BOOL mIsInOperation; | |||
//////////////////////////////////////////////////////////////////////////// /// | //////////////////////////////////////////////////////////////////////////// /// | |||
// CStream class implementation | // CStream class implementation | |||
// this class is used in Drag and drop with download sample | // this class is used in Drag and drop with download sample | |||
// called from IDataObject::GetData | // called from IDataObject::GetData | |||
class CStream : public IStream, public nsIStreamListener | class CStream : public IStream, public nsIStreamListener | |||
{ | { | |||
nsCOMPtr<nsIChannel> mChannel; | nsCOMPtr<nsIChannel> mChannel; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |