r=ccarlen, sr=rpotts. 65925. making editor progress listener support weak refs

This commit is contained in:
valeski%netscape.com 2001-01-31 21:01:41 +00:00
Родитель 393f351056
Коммит 6c882d4bc8
4 изменённых файлов: 16 добавлений и 4 удалений

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

@ -272,7 +272,12 @@ nsEditorShell::~nsEditorShell()
// care of themselves.
}
NS_IMPL_ISUPPORTS4(nsEditorShell, nsIEditorShell, nsIWebProgressListener, nsIURIContentListener, nsIEditorSpellCheck);
NS_IMPL_ISUPPORTS5(nsEditorShell,
nsIEditorShell,
nsIWebProgressListener,
nsIURIContentListener,
nsIEditorSpellCheck,
nsISupportsWeakReference);
NS_IMETHODIMP
nsEditorShell::Init()

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

@ -78,7 +78,8 @@ class nsIStyleSheet;
class nsEditorShell : public nsIEditorShell,
public nsIEditorSpellCheck,
public nsIWebProgressListener,
public nsIURIContentListener
public nsIURIContentListener,
public nsSupportsWeakReference
{
public:

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

@ -272,7 +272,12 @@ nsEditorShell::~nsEditorShell()
// care of themselves.
}
NS_IMPL_ISUPPORTS4(nsEditorShell, nsIEditorShell, nsIWebProgressListener, nsIURIContentListener, nsIEditorSpellCheck);
NS_IMPL_ISUPPORTS5(nsEditorShell,
nsIEditorShell,
nsIWebProgressListener,
nsIURIContentListener,
nsIEditorSpellCheck,
nsISupportsWeakReference);
NS_IMETHODIMP
nsEditorShell::Init()

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

@ -78,7 +78,8 @@ class nsIStyleSheet;
class nsEditorShell : public nsIEditorShell,
public nsIEditorSpellCheck,
public nsIWebProgressListener,
public nsIURIContentListener
public nsIURIContentListener,
public nsSupportsWeakReference
{
public: