Adding Shutdown member per change to nsIAppShellComponent

This commit is contained in:
law%netscape.com 1999-05-13 06:10:59 +00:00
parent 2d53d25f66
commit 77263ad4e0
2 changed files with 10 additions and 0 deletions

View File

@ -71,6 +71,11 @@ nsMessengerBootstrap::Initialize(nsIAppShellService*,
return rv;
}
nsresult
nsMessengerBootstrap::Shutdown()
{
return NS_OK;
}
nsresult
NS_NewMessengerBootstrap(const nsIID &aIID, void ** msgboot)

View File

@ -76,6 +76,11 @@ nsComposerBootstrap::Initialize(nsIAppShellService*,
return rv;
}
nsresult
nsComposerBootstrap::Shutdown()
{
return NS_OK;
}
nsresult
NS_NewComposerBootstrap(const nsIID &aIID, void **msgboot,