Make reuseCount to be PRUint32
git-svn-id: svn://10.0.0.236/trunk@63520 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
beb37045dd
commit
fc583448ec
@ -228,8 +228,8 @@ protected:
|
||||
PRInt32 mWriteCount;
|
||||
nsCOMPtr<nsISupports> mWriteContext;
|
||||
PRInt32 mBytesExpected;
|
||||
PRInt32 mReuseCount;
|
||||
PRInt32 mLastReuseCount;
|
||||
PRUint32 mReuseCount;
|
||||
PRUint32 mLastReuseCount;
|
||||
|
||||
// The following four members are used when AsyncWrite(...) is called
|
||||
// with an nsIInputStream which does not also support the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user