Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor

git-svn-id: svn://10.0.0.236/trunk@171728 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-04-05 22:27:43 +00:00
parent 9209e27cef
commit aafeb59354

View File

@@ -38,7 +38,6 @@
#include "nsIGenericFactory.h"
#include "nsAppStartup.h"
#include "nsUserInfo.h"
#include "nsCommandLineService.h"
#include "nsXPFEComponentsCID.h"
#if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD)
@@ -63,7 +62,6 @@
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsAppStartup, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsCmdLineService)
#if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD)
#ifdef XP_WIN
@@ -106,11 +104,6 @@ static const nsModuleComponentInfo components[] =
NS_USERINFO_CONTRACTID,
nsUserInfoConstructor },
{ "Command Line Service",
NS_COMMANDLINESERVICE_CID,
NS_COMMANDLINESERVICE_CONTRACTID,
nsCmdLineServiceConstructor },
#if defined(MOZ_PHOENIX) || defined(MOZ_SUNBIRD)
#ifdef XP_WIN
{ "Alerts Service",