Fixed build bustage due to interface changes...

git-svn-id: svn://10.0.0.236/trunk@40644 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-07-22 08:38:24 +00:00
parent 0b34938033
commit 647c89cc64
2 changed files with 13 additions and 17 deletions

View File

@@ -147,6 +147,12 @@ CWebShellContainer::IsIntrinsicallySized(PRBool& aResult)
return NS_OK;
}
NS_IMETHODIMP
CWebShellContainer::ShowAfterCreation()
{
return NS_OK;
}
NS_IMETHODIMP
CWebShellContainer::Show()
{
@@ -485,15 +491,7 @@ CWebShellContainer::OnStopRequest(nsIChannel* aChannel, nsISupports* aContext, n
NS_IMETHODIMP
CWebShellContainer::OnStartDocumentLoad(const char* aCommand,
#ifdef NECKO
nsIChannel* aChannel,
nsILoadGroup* aLoadGroup,
#else
nsIURI *aUrl,
#endif
nsIContentViewerContainer* aContainer,
nsIStreamListener **aDocListener)
CWebShellContainer::OnStartDocumentLoad(nsIDocumentLoader* loader, nsIURI* aURL, const char* aCommand)
{
return NS_OK;
}
@@ -528,7 +526,7 @@ CWebShellContainer::OnEndDocumentLoad(nsIDocumentLoader* loader, nsIChannel *aCh
}
NS_IMETHODIMP
CWebShellContainer::OnStartURLLoad(nsIDocumentLoader* loader, nsIChannel* aChannel, const char* aContentType, nsIContentViewer* aViewer)
CWebShellContainer::OnStartURLLoad(nsIDocumentLoader* loader, nsIChannel* aChannel, nsIContentViewer* aViewer)
{
return NS_OK;
}