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

This commit is contained in:
warren@netscape.com
2000-08-22 07:03:33 +00:00
parent d24a29a977
commit 0aaf97b668
78 changed files with 1676 additions and 626 deletions

View File

@@ -36,7 +36,7 @@
#include "nsIPref.h"
#include "nsIFile.h"
#include "nsIBufferInputStream.h"
#include "nsIInputStream.h"
#include "nsIIOService.h"
#include "nsIURL.h"
#include "nsIChannel.h"