git-svn-id: svn://10.0.0.236/trunk@129050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-09-07 17:13:19 +00:00
parent 3ed78cf25b
commit e289284076
953 changed files with 1235 additions and 1194 deletions

View File

@@ -27,7 +27,7 @@ NS_IMPL_THREADSAFE_ISUPPORTS2(nsByteArrayInputStream, nsIInputStream, nsIByteArr
nsByteArrayInputStream::nsByteArrayInputStream (char *buffer, PRUint32 bytes)
: _buffer (buffer), _nbytes (bytes), _pos (0)
{
NS_INIT_REFCNT ();
NS_INIT_ISUPPORTS ();
}
nsByteArrayInputStream::~nsByteArrayInputStream ()