nsRepository -> nsIComponentManager changes.

This commit is contained in:
warren@netscape.com
1999-03-09 09:44:27 +00:00
parent 87cc966ea5
commit 35d5e6e062
275 changed files with 7322 additions and 5813 deletions

View File

@@ -20,7 +20,7 @@
#include "nsIAppShellService.h"
#include "nsISupportsArray.h"
#include "nsRepository.h"
#include "nsIComponentManager.h"
#include "nsIURL.h"
#include "nsIServiceManager.h"
#include "nsIEventQueueService.h"
@@ -135,7 +135,7 @@ nsAppShellService::Initialize(void)
}
// Create widget application shell
rv = nsRepository::CreateInstance(kAppShellCID, nsnull, kIAppShellIID,
rv = nsComponentManager::CreateInstance(kAppShellCID, nsnull, kIAppShellIID,
(void**)&mAppShell);
if (NS_FAILED(rv)) {
goto done;