fixes bug 324058 "Fix nsStringStream compilation warning about multiple SetData versions" r=biesi sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@187909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2006-01-20 19:17:58 +00:00
parent 041b3d3320
commit 2ac16ce7fe
3 changed files with 44 additions and 34 deletions

View File

@@ -104,6 +104,7 @@
#include "nsStringStream.h"
extern NS_METHOD nsStringInputStreamConstructor(nsISupports *, REFNSIID, void **);
NS_DECL_CLASSINFO(nsStringInputStream)
#include "nsFastLoadService.h"
@@ -387,7 +388,8 @@ static const nsModuleComponentInfo components[] = {
COMPONENT(PROCESS, nsProcessConstructor),
COMPONENT(ENVIRONMENT, nsEnvironment::Create),
COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
COMPONENT_CI_FLAGS(STRINGINPUTSTREAM, nsStringInputStreamConstructor,
nsStringInputStream, nsIClassInfo::THREADSAFE),
COMPONENT(MULTIPLEXINPUTSTREAM, nsMultiplexInputStreamConstructor),
#ifndef MOZ_NO_FAST_LOAD