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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user