From b28d98156e49ffb5b2a46b66bad8ada9c0f4e2d8 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 25 Mar 1999 03:00:04 +0000 Subject: [PATCH] removed aErrorCode from the comment. aErrorCode is no longer a parameter to Read() git-svn-id: svn://10.0.0.236/trunk@25025 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/src/nsIInputStream.h | 1 - mozilla/xpcom/io/nsIInputStream.h | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/base/src/nsIInputStream.h b/mozilla/base/src/nsIInputStream.h index bdd1392ba48..33fa8a33f20 100644 --- a/mozilla/base/src/nsIInputStream.h +++ b/mozilla/base/src/nsIInputStream.h @@ -40,7 +40,6 @@ public: GetLength(PRUint32 *aLength) = 0; /** Read data from the stream. - * @param aErrorCode the error code if an error occurs * @param aBuf the buffer into which the data is read * @param aCount the maximum number of bytes to read * @param aReadCount out parameter to hold the number of diff --git a/mozilla/xpcom/io/nsIInputStream.h b/mozilla/xpcom/io/nsIInputStream.h index bdd1392ba48..33fa8a33f20 100644 --- a/mozilla/xpcom/io/nsIInputStream.h +++ b/mozilla/xpcom/io/nsIInputStream.h @@ -40,7 +40,6 @@ public: GetLength(PRUint32 *aLength) = 0; /** Read data from the stream. - * @param aErrorCode the error code if an error occurs * @param aBuf the buffer into which the data is read * @param aCount the maximum number of bytes to read * @param aReadCount out parameter to hold the number of