Bug 70707. Added CID/ContractID for nsStorageTransport.

git-svn-id: svn://10.0.0.236/trunk@88447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2001-03-03 02:11:19 +00:00
parent 69c467f545
commit 3af89f510c
2 changed files with 24 additions and 0 deletions

View File

@@ -94,6 +94,12 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsSimpleStreamProvider)
///////////////////////////////////////////////////////////////////////////////
#include "nsStorageTransport.h"
NS_GENERIC_FACTORY_CONSTRUCTOR(nsStorageTransport)
///////////////////////////////////////////////////////////////////////////////
#include "nsIHTTPProtocolHandler.h"
#include "nsHTTPHandler.h"
#include "nsHTTPSHandler.h"
@@ -444,6 +450,10 @@ static nsModuleComponentInfo gNetModuleInfo[] = {
NS_ASYNCSTREAMLISTENER_CID,
"@mozilla.org/network/async-stream-listener;1",
nsAsyncStreamListener::Create },
{ NS_STORAGETRANSPORT_CLASSNAME,
NS_STORAGETRANSPORT_CID,
NS_STORAGETRANSPORT_CONTRACTID,
nsStorageTransportConstructor },
/*
{ "Sync Stream Listener",
NS_SYNCSTREAMLISTENER_CID,