Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan

git-svn-id: svn://10.0.0.236/trunk@76875 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-08-22 07:03:33 +00:00
parent f84dc01556
commit f29b00bbe4
87 changed files with 1715 additions and 654 deletions

View File

@@ -23,7 +23,7 @@
#include "nsScriptableInputStream.h"
#include "nsMemory.h"
NS_IMPL_ISUPPORTS2(nsScriptableInputStream, nsIBaseStream, nsIScriptableInputStream);
NS_IMPL_ISUPPORTS1(nsScriptableInputStream, nsIScriptableInputStream);
// nsIBaseStream methods
NS_IMETHODIMP