From 8d60274f970d449c2729fb796e6b6480eb526c47 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Sun, 4 Jul 1999 23:38:56 +0000 Subject: [PATCH] Add set/get urldispatcher functions git-svn-id: svn://10.0.0.236/trunk@38332 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/public/nsIWebShell.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/webshell/public/nsIWebShell.h b/mozilla/webshell/public/nsIWebShell.h index f8a3963cee4..b441f266747 100644 --- a/mozilla/webshell/public/nsIWebShell.h +++ b/mozilla/webshell/public/nsIWebShell.h @@ -31,7 +31,7 @@ #include "nsIScrollableView.h" #include "nsIParser.h" // for nsCharsetSource only #include "nsISessionHistory.h" - +#include "nsIUrlDispatcher.h" class nsIDOMElement; class nsIDOMWindow; @@ -452,6 +452,10 @@ public: NS_IMETHOD SetIsInSHist(PRBool aIsFrame) = 0; NS_IMETHOD GetIsInSHist(PRBool& aIsFrame) = 0; + /* Get and set the URL Dispatcher for the webshell */ + NS_IMETHOD SetUrlDispatcher(nsIUrlDispatcher * anObserver) = 0; + NS_IMETHOD GetUrlDispatcher(nsIUrlDispatcher *& aResult)=0; + }; extern "C" NS_WEB nsresult