added ProfileManager CID information

This commit is contained in:
gayatrib%netscape.com 1999-04-10 06:58:10 +00:00
parent 31a8e9a70c
commit cf4e069880

View File

@ -59,6 +59,7 @@
#ifdef XP_PC
#include "nsIObserverService.h"
#include "nsIObserver.h"
#include "nsIProfile.h"
#endif
#include "nsIAllocator.h"
@ -76,6 +77,7 @@
#define WEB_DLL "raptorweb.dll"
#define PLUGIN_DLL "raptorplugin.dll"
#define PREF_DLL "xppref32.dll"
#define PROFILE_DLL "xpprofile32.dll"
#define PARSER_DLL "raptorhtmlpars.dll"
#define DOM_DLL "jsdom.dll"
#define LAYOUT_DLL "raptorhtml.dll"
@ -210,6 +212,7 @@ static NS_DEFINE_IID(kNetServiceCID, NS_NETSERVICE_CID);
#ifdef XP_PC
static NS_DEFINE_IID(kObserverServiceCID, NS_OBSERVERSERVICE_CID);
static NS_DEFINE_IID(kObserverCID, NS_OBSERVER_CID);
static NS_DEFINE_IID(kProfileCID, NS_PROFILE_CID);
#endif
//#define NEW_CLIPBOARD_SUPPORT
@ -361,6 +364,7 @@ NS_SetupRegistry()
#ifdef XP_PC
nsComponentManager::RegisterComponent(kObserverServiceCID, "ObserverService", NS_OBSERVERSERVICE_PROGID, BASE_DLL,PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponent(kObserverCID, "Observer", NS_OBSERVER_PROGID, BASE_DLL,PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponent(kProfileCID, NULL, NULL, PROFILE_DLL, PR_FALSE, PR_FALSE);
#endif
#if 0 // autoregistration now works on all platforms, and RDF self-registers, so commenting out