mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 16:54:08 +00:00
Added EndLoadURL and fixed interface bogosity
This commit is contained in:
parent
c915325983
commit
319840fea9
@ -20,6 +20,7 @@
|
||||
#define nsWebCrawler_h___
|
||||
|
||||
#include "nsIBrowserWindow.h"
|
||||
#include "nsIStreamListener.h"
|
||||
#include "nsVoidArray.h"
|
||||
#include "nsString.h"
|
||||
|
||||
@ -32,7 +33,7 @@ class nsIPresShell;
|
||||
class nsViewerApp;
|
||||
class AtomHashTable;
|
||||
|
||||
class nsWebCrawler : public nsISupports {
|
||||
class nsWebCrawler : public nsIStreamObserver {
|
||||
public:
|
||||
nsWebCrawler(nsViewerApp* aViewer);
|
||||
|
||||
@ -108,6 +109,8 @@ public:
|
||||
mVerbose = aSetting;
|
||||
}
|
||||
|
||||
void EndLoadURL(nsIWebShell* aShell, const PRUnichar* aURL, PRInt32 aStatus);
|
||||
|
||||
protected:
|
||||
virtual ~nsWebCrawler();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user