checking in for rdayal

Removing the MAPI related code from mozilla/xpfe .. patch (id=56117) in bug # 106137.
r=mscott, sr=alecf. This patch also fixes bug # 111199.


git-svn-id: svn://10.0.0.236/trunk@110349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
serge%netscape.com
2001-12-12 03:55:57 +00:00
parent 492923673e
commit 2d50555393
5 changed files with 0 additions and 77 deletions

View File

@@ -179,18 +179,6 @@ nsNativeAppSupportBase::QueryInterface( const nsIID &iid, void**p ) {
return rv;
}
NS_IMETHODIMP
nsNativeAppSupportBase::StartAddonFeatures()
{
return NS_OK;
}
NS_IMETHODIMP
nsNativeAppSupportBase::StopAddonFeatures()
{
return NS_OK;
}
NS_IMETHODIMP
nsNativeAppSupportBase::EnsureProfile(nsICmdLineService* args)
{