From fdffcd919822d84c833c98a825be43d1647636fe Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 8 Apr 2003 20:37:02 +0000 Subject: [PATCH] removing removed NS_DEF_FACTORY and nsXPComFactory.h. r=alecf b=200750 git-svn-id: svn://10.0.0.236/trunk@140853 18797224-902f-48f8-a5cc-f745e15eee43 --- .../components/printingui/src/os2/nsPrintingPromptService.cpp | 1 - .../printingui/src/unixshared/nsPrintingPromptService.cpp | 1 - .../embedding/components/windowwatcher/src/nsPromptService.cpp | 1 - mozilla/xpcom/components/MANIFEST | 1 - mozilla/xpcom/components/Makefile.in | 1 - mozilla/xpfe/appshell/src/nsAppShellService.cpp | 1 - 6 files changed, 6 deletions(-) diff --git a/mozilla/embedding/components/printingui/src/os2/nsPrintingPromptService.cpp b/mozilla/embedding/components/printingui/src/os2/nsPrintingPromptService.cpp index 8dbb25cf1d9..7408718126e 100644 --- a/mozilla/embedding/components/printingui/src/os2/nsPrintingPromptService.cpp +++ b/mozilla/embedding/components/printingui/src/os2/nsPrintingPromptService.cpp @@ -38,7 +38,6 @@ #include "nsPrintingPromptService.h" -#include "nsXPComFactory.h" #include "nsIComponentManager.h" #include "nsIDialogParamBlock.h" #include "nsIDOMWindow.h" diff --git a/mozilla/embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp b/mozilla/embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp index 19415f0cd5f..d8dfb11e4d6 100644 --- a/mozilla/embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp +++ b/mozilla/embedding/components/printingui/src/unixshared/nsPrintingPromptService.cpp @@ -38,7 +38,6 @@ #include "nsPrintingPromptService.h" -#include "nsXPComFactory.h" #include "nsIComponentManager.h" #include "nsIDialogParamBlock.h" #include "nsIDOMWindow.h" diff --git a/mozilla/embedding/components/windowwatcher/src/nsPromptService.cpp b/mozilla/embedding/components/windowwatcher/src/nsPromptService.cpp index a38451d943d..f920abc38cc 100644 --- a/mozilla/embedding/components/windowwatcher/src/nsPromptService.cpp +++ b/mozilla/embedding/components/windowwatcher/src/nsPromptService.cpp @@ -39,7 +39,6 @@ #include "nsPromptService.h" #include "nsDialogParamBlock.h" -#include "nsXPComFactory.h" #include "nsIComponentManager.h" #include "nsIDialogParamBlock.h" #include "nsIDOMWindow.h" diff --git a/mozilla/xpcom/components/MANIFEST b/mozilla/xpcom/components/MANIFEST index 0fc6d5f1f3b..07e9853e669 100644 --- a/mozilla/xpcom/components/MANIFEST +++ b/mozilla/xpcom/components/MANIFEST @@ -1,4 +1,3 @@ -nsXPComFactory.h nsComponentManagerUtils.h nsCategoryManagerUtils.h nsStaticComponent.h diff --git a/mozilla/xpcom/components/Makefile.in b/mozilla/xpcom/components/Makefile.in index 5005178849d..48299dc2396 100644 --- a/mozilla/xpcom/components/Makefile.in +++ b/mozilla/xpcom/components/Makefile.in @@ -56,7 +56,6 @@ EXPORTS = \ nsComponentManagerObsolete.h \ nsIServiceManagerUtils.h \ nsIServiceManagerObsolete.h \ - nsXPComFactory.h \ nsNativeComponentLoader.h \ nsStaticComponent.h \ nsObsoleteModuleLoading.h \ diff --git a/mozilla/xpfe/appshell/src/nsAppShellService.cpp b/mozilla/xpfe/appshell/src/nsAppShellService.cpp index 81d4c9c7798..78be32367ab 100644 --- a/mozilla/xpfe/appshell/src/nsAppShellService.cpp +++ b/mozilla/xpfe/appshell/src/nsAppShellService.cpp @@ -48,7 +48,6 @@ #include "nsIObserverService.h" #include "nsIObserver.h" #include "nsWeakReference.h" -#include "nsXPComFactory.h" /* template implementation of a XPCOM factory */ #include "nsIXPConnect.h" #include "nsIJSContextStack.h"