This commit is contained in:
bzbarsky%mit.edu 2006-01-27 01:03:06 +00:00
Родитель 6323a7f888
Коммит 3d4f85e974
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -306,13 +306,16 @@ public:
virtual void Reset(nsIChannel *aChannel, nsILoadGroup *aLoadGroup);
virtual void ResetToURI(nsIURI *aURI, nsILoadGroup *aLoadGroup);
// StartDocumentLoad is pure virtual so that subclasses must override it.
// The nsDocument StartDocumentLoad does some setup, but does NOT set
// *aDocListener; this is the job of subclasses.
virtual nsresult StartDocumentLoad(const char* aCommand,
nsIChannel* aChannel,
nsILoadGroup* aLoadGroup,
nsISupports* aContainer,
nsIStreamListener **aDocListener,
PRBool aReset = PR_TRUE,
nsIContentSink* aContentSink = nsnull);
nsIContentSink* aContentSink = nsnull) = 0;
virtual void StopDocumentLoad();