Added Write(nsIInputStream) and Flush to nsIOutputStream.

git-svn-id: svn://10.0.0.236/trunk@28684 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-04-22 07:31:03 +00:00
parent 7f41b2ccfe
commit 0f93e5d59a
28 changed files with 334 additions and 96 deletions

View File

@@ -216,6 +216,14 @@ public:
NS_IMETHOD
Write(const char* aBuf, PRUint32 aCount, PRUint32 *aWriteCount);
NS_IMETHOD Write(nsIInputStream* fromStream, PRUint32 *aWriteCount) {
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHOD Flush() {
return NS_OK;
}
//////////////////////////////////////////////////////////////////////////
//
// Specific methods to nsIPluginManagerStream.