mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
Adding Shutdown member per change to nsIAppShellComponent
This commit is contained in:
parent
2d53d25f66
commit
77263ad4e0
@ -71,6 +71,11 @@ nsMessengerBootstrap::Initialize(nsIAppShellService*,
|
||||
return rv;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsMessengerBootstrap::Shutdown()
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
NS_NewMessengerBootstrap(const nsIID &aIID, void ** msgboot)
|
||||
|
@ -76,6 +76,11 @@ nsComposerBootstrap::Initialize(nsIAppShellService*,
|
||||
return rv;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsComposerBootstrap::Shutdown()
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
NS_NewComposerBootstrap(const nsIID &aIID, void **msgboot,
|
||||
|
Loading…
Reference in New Issue
Block a user