Add set/get urldispatcher functions

git-svn-id: svn://10.0.0.236/trunk@38332 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
radha%netscape.com 1999-07-04 23:38:56 +00:00
parent a3d7365131
commit 8d60274f97

View File

@ -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