Added nsAppShellCIDs.h as an include...

This commit is contained in:
rpotts%netscape.com 1999-01-21 07:29:53 +00:00
parent 81f9be545d
commit 2d7903493b
2 changed files with 5 additions and 3 deletions

View File

@ -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);

View File

@ -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);
}