Changed the nsIInputStreams created by the storage stream to be thread-safe...

git-svn-id: svn://10.0.0.236/trunk@78667 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com 2000-09-10 08:12:26 +00:00
parent 35bb809725
commit b15a924205

View File

@ -369,7 +369,7 @@ private:
PRUint32 SegOffset(PRUint32 aPosition) {return aPosition & (mSegmentSize - 1);}
};
NS_IMPL_ISUPPORTS1(nsStorageInputStream, nsIInputStream)
NS_IMPL_THREADSAFE_ISUPPORTS1(nsStorageInputStream, nsIInputStream)
NS_IMETHODIMP
nsStorageStream::NewInputStream(PRInt32 aStartingOffset, nsIInputStream* *aInputStream)