From 2d570b4ffce9d76d2bf8d6fb255e57df9d4939bf Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Thu, 21 Jan 1999 07:29:53 +0000 Subject: [PATCH] Added nsAppShellCIDs.h as an include... git-svn-id: svn://10.0.0.236/trunk@18147 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/nsAppRunner.cpp | 1 + mozilla/xpfe/bootstrap/nsSetupRegistry.cpp | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mozilla/xpfe/bootstrap/nsAppRunner.cpp b/mozilla/xpfe/bootstrap/nsAppRunner.cpp index b5d3249eee7..27fb06c935e 100644 --- a/mozilla/xpfe/bootstrap/nsAppRunner.cpp +++ b/mozilla/xpfe/bootstrap/nsAppRunner.cpp @@ -23,6 +23,7 @@ #include "nsIAppShell.h" #include "nsIAppShellService.h" +#include "nsAppShellCIDs.h" /* Define Class IDs */ static NS_DEFINE_IID(kAppShellServiceCID, NS_APPSHELL_SERVICE_CID); diff --git a/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp b/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp index e83c687891a..f636c8ceff4 100644 --- a/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp +++ b/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp @@ -19,7 +19,8 @@ #define NS_IMPL_IDS #include "nsIAppShellService.h" -/// #include "nsBrowserCIDs.h" +///#include "nsBrowserCIDs.h" +#include "nsAppShellCIDs.h" #ifdef XP_PC @@ -43,7 +44,7 @@ // Class ID's static NS_DEFINE_IID(kCAppShellServiceCID, NS_APPSHELL_SERVICE_CID); -/// static NS_DEFINE_IID(kCBrowserControllerCID, NS_BROWSERCONTROLLER_CID); +///static NS_DEFINE_IID(kCBrowserControllerCID, NS_BROWSERCONTROLLER_CID); /* * This evil file will go away when the XPCOM registry can be @@ -67,5 +68,5 @@ NS_SetupRegistry_1() NS_SetupRegistry(); nsRepository::RegisterFactory(kCAppShellServiceCID, APPSHELL_DLL, PR_FALSE, PR_FALSE); -/// nsRepository::RegisterFactory(kCBrowserControllerCID, BROWSER_DLL, PR_FALSE, PR_FALSE); +/// nsRepository::RegisterFactory(kCBrowserControllerCID, BROWSER_DLL, PR_FALSE, PR_FALSE); }