From ba4a1e225691bb35a8db522e5cfef6b51e420ed6 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Wed, 19 Dec 2001 00:59:25 +0000 Subject: [PATCH] fixing build bustage --- xpcom/components/Makefile.in | 4 ++++ xpcom/components/nsComponentManagerUtils.h | 3 +++ xpcom/glue/nsComponentManagerUtils.h | 3 +++ 3 files changed, 10 insertions(+) diff --git a/xpcom/components/Makefile.in b/xpcom/components/Makefile.in index bd458a09a60d..8c3fdc3a2ecd 100644 --- a/xpcom/components/Makefile.in +++ b/xpcom/components/Makefile.in @@ -36,6 +36,7 @@ REQUIRES = libreg \ CPPSRCS = \ nsCategoryManager.cpp \ nsComponentManager.cpp \ + nsComponentManagerObsolete.cpp \ nsGenericFactory.cpp \ nsNativeComponentLoader.cpp \ nsRegistry.cpp \ @@ -51,12 +52,14 @@ endif EXPORTS = \ nsComponentManagerUtils.h \ + nsComponentManagerObsolete.h \ nsIGenericFactory.h \ nsIRegistryUtils.h \ nsIServiceManagerUtils.h \ nsIServiceManagerObsolete.h \ nsXPComFactory.h \ nsStaticComponent.h \ + nsObsoleteModuleLoading.h \ $(NULL) XPIDLSRCS = \ @@ -65,6 +68,7 @@ XPIDLSRCS = \ nsIClassInfo.idl \ nsIComponentLoader.idl \ nsIComponentManager.idl \ + nsIComponentManagerObsolete.idl \ nsIFactory.idl \ nsIModule.idl \ nsIRegistry.idl \ diff --git a/xpcom/components/nsComponentManagerUtils.h b/xpcom/components/nsComponentManagerUtils.h index 50f540983dae..94eab8380da0 100644 --- a/xpcom/components/nsComponentManagerUtils.h +++ b/xpcom/components/nsComponentManagerUtils.h @@ -28,6 +28,9 @@ #include "nsCOMPtr.h" #endif +#ifndef nsComponentManagerObsolete_h___ +#include "nsComponentManagerObsolete.h" +#endif #define NS_COMPONENTMANAGER_CID \ { /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \ diff --git a/xpcom/glue/nsComponentManagerUtils.h b/xpcom/glue/nsComponentManagerUtils.h index 50f540983dae..94eab8380da0 100644 --- a/xpcom/glue/nsComponentManagerUtils.h +++ b/xpcom/glue/nsComponentManagerUtils.h @@ -28,6 +28,9 @@ #include "nsCOMPtr.h" #endif +#ifndef nsComponentManagerObsolete_h___ +#include "nsComponentManagerObsolete.h" +#endif #define NS_COMPONENTMANAGER_CID \ { /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \