Getting ready to turn on the new file transport.

git-svn-id: svn://10.0.0.236/trunk@47279 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-09-14 04:36:16 +00:00
parent 21add209a6
commit 8a512d43b3
3 changed files with 59 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ NS_IMETHODIMP
nsFileTransportService::CreateTransport(nsFileSpec& spec,
const char* command,
nsIEventSinkGetter* getter,
nsITransport** result)
nsIChannel** result)
{
nsresult rv;
nsFileTransport* trans = new nsFileTransport();
@@ -105,7 +105,7 @@ NS_IMETHODIMP
nsFileTransportService::CreateTransportFromStream(nsIInputStream *fromStream,
const char *command,
nsIEventSinkGetter *getter,
nsITransport** result)
nsIChannel** result)
{
nsresult rv;
nsFileTransport* trans = new nsFileTransport();