enables new scriptable string stream interface (bug 100172) r=dougt, sr=rpotts

This commit is contained in:
darin%netscape.com 2001-11-22 00:08:14 +00:00
Родитель ae5ac684a7
Коммит 03ab51770e
5 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -85,6 +85,7 @@
#include "nsDirectoryServiceDefs.h"
#include "nsAppFileLocationProvider.h"
#include "nsICategoryManager.h"
#include "nsStringStream.h"
#include "nsFastLoadService.h"
@ -250,6 +251,8 @@ static nsModuleComponentInfo components[] = {
COMPONENT(FILESPEC, nsFileSpecImpl::Create),
COMPONENT(DIRECTORYITERATOR, nsDirectoryIteratorImpl::Create),
COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
COMPONENT(FASTLOADSERVICE, nsFastLoadService::Create),
COMPONENT(VARIANT, nsVariantConstructor)
};

Просмотреть файл

@ -47,7 +47,7 @@ CPPSRCS = \
nsFileSpecStreaming.cpp \
nsFileStream.cpp \
nsIFileStream.cpp \
nsIStringStream.cpp \
nsStringStream.cpp \
nsInputStreamTee.cpp \
nsLinebreakConverter.cpp \
nsLocalFileCommon.cpp \
@ -82,7 +82,6 @@ EXPORTS = \
nsFileSpecStreaming.h \
nsFileStream.h \
nsIFileStream.h \
nsIStringStream.h \
nsIUnicharInputStream.h \
nsLinebreakConverter.h \
nsLocalFile.h \
@ -123,6 +122,7 @@ XPIDLSRCS = \
nsISeekableStream.idl \
nsIStorageStream.idl \
nsIStreamBufferAccess.idl \
nsIStringStream.idl \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

Просмотреть файл

@ -40,7 +40,6 @@ EXPORTS = \
nsFileSpecStreaming.h \
nsFileStream.h \
nsIFileStream.h \
nsIStringStream.h \
nsIUnicharInputStream.h \
nsLinebreakConverter.h \
nsScriptableInputStream.h \
@ -73,6 +72,7 @@ XPIDLSRCS = \
.\nsISeekableStream.idl \
.\nsIStorageStream.idl \
.\nsIStreamBufferAccess.idl \
.\nsIStringStream.idl \
$(NULL)
################################################################################
@ -95,7 +95,7 @@ CPP_OBJS = \
.\$(OBJDIR)\nsFileSpecStreaming.obj \
.\$(OBJDIR)\nsFileStream.obj \
.\$(OBJDIR)\nsIFileStream.obj \
.\$(OBJDIR)\nsIStringStream.obj \
.\$(OBJDIR)\nsStringStream.obj \
.\$(OBJDIR)\nsInputStreamTee.obj \
.\$(OBJDIR)\nsLinebreakConverter.obj \
.\$(OBJDIR)\nsLocalFileCommon.obj \

Просмотреть файл

Просмотреть файл