Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class.

git-svn-id: svn://10.0.0.236/trunk@51802 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-10-26 01:46:22 +00:00
parent 2541c54b1d
commit 67f77212c6
3 changed files with 12 additions and 636 deletions

View File

@@ -24,21 +24,14 @@
#define nsHTMLDocShell_h__
#include "nsCHTMLDocShell.h"
#include "nsDocShellBase.h"
class nsHTMLDocShell : public nsIDocShell, public nsIHTMLDocShell,
public nsIDocShellEdit, public nsIDocShellFile, public nsIGenericWindow,
public nsIScrollable, public nsITextScroll
class nsHTMLDocShell : public nsDocShellBase, public nsIHTMLDocShell
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOCSHELL
NS_DECL_NSIHTMLDOCSHELL
NS_DECL_NSIDOCSHELLEDIT
NS_DECL_NSIDOCSHELLFILE
NS_DECL_NSIGENERICWINDOW
NS_DECL_NSISCROLLABLE
NS_DECL_NSITEXTSCROLL
static NS_METHOD Create(nsISupports* aOuter, const nsIID& aIID, void** ppv);