another shot at vc5 bustage

git-svn-id: svn://10.0.0.236/trunk@53400 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com 1999-11-13 03:17:54 +00:00
parent 9386a6d995
commit af81ab813d
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@ nsFTPChannel::Init(const char* verb, nsIURI* uri, nsILoadGroup *aGroup,
if (mEventSinkGetter) {
rv = mEventSinkGetter->GetEventSink(verb, NS_GET_IID(nsIProgressEventSink),
(nsISupports**)(nsIProgressEventSink**)getter_AddRefs(mEventSink));
getter_AddRefs(mEventSink));
if (NS_FAILED(rv)) {
PR_LOG(gFTPLog, PR_LOG_DEBUG, ("nsFTPChannel::Init() (couldn't find event sink)\n"));
}

View File

@ -30,6 +30,7 @@
#include "nsIEventSinkGetter.h"
#include "nsIServiceManager.h"
#include "nsIStreamListener.h"
#include "nsIInputStream.h"
#include "nsIOutputStream.h"
#include "nsIURI.h"
#include "prtime.h"