Added GetContainer() and SetContainer() methods which allow access to the ContentViewerContainer (ie webshell) associated with the document loader.

This commit is contained in:
rpotts%netscape.com 1999-01-14 06:34:56 +00:00
parent d4ef120540
commit 1c0a96551e

View File

@ -87,6 +87,10 @@ public:
NS_IMETHOD AddObserver(nsIDocumentLoaderObserver *aObserver) = 0;
NS_IMETHOD RemoveObserver(nsIDocumentLoaderObserver *aObserver) = 0;
NS_IMETHOD SetContainer(nsIContentViewerContainer* aContainer) = 0;
NS_IMETHOD GetContainer(nsIContentViewerContainer** aResult) = 0;
};
/* 057b04d0-0ccf-11d2-beba-00805f8a66dc */