New argument to nsIWebShellContainer::FocusAvailable method

This commit is contained in:
joki@netscape.com
1999-04-12 21:25:08 +00:00
parent 3e1467d574
commit a57fa8b32c
15 changed files with 21 additions and 21 deletions

View File

@@ -218,7 +218,7 @@ CWebShellContainer::FindWebShellWithName(const PRUnichar* aName, nsIWebShell*& a
}
NS_IMETHODIMP
CWebShellContainer::FocusAvailable(nsIWebShell* aFocusedWebShell)
CWebShellContainer::FocusAvailable(nsIWebShell* aFocusedWebShell, PRBool& aFocusTaken)
{
NG_TRACE(_T("CWebShellContainer::FocusAvailable()\n"));
return NS_OK;