67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the builds - add a heaping serving of macro love for classes that want to support it - convert many modules to use nsGenericModule the new way - handful of warning and modeline fixes - nsSample and some XPConnect test classes now have nsIClassInfo support for testing git-svn-id: svn://10.0.0.236/trunk@89354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -185,12 +185,14 @@ public:
|
||||
RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aRegistryLocation,
|
||||
const char* aComponentType);
|
||||
const char* aComponentType,
|
||||
const nsModuleComponentInfo *info);
|
||||
|
||||
static NS_METHOD
|
||||
UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aRegistryLocation);
|
||||
const char* aRegistryLocation,
|
||||
const nsModuleComponentInfo *info);
|
||||
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
@@ -432,7 +434,8 @@ NS_METHOD
|
||||
SimplePluginInstance::RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aRegistryLocation,
|
||||
const char* aComponentType)
|
||||
const char* aComponentType,
|
||||
const nsModuleComponentInfo *info)
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
@@ -458,7 +461,8 @@ SimplePluginInstance::RegisterSelf(nsIComponentManager* aCompMgr,
|
||||
NS_METHOD
|
||||
SimplePluginInstance::UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFile* aPath,
|
||||
const char* aRegistryLocation)
|
||||
const char* aRegistryLocation,
|
||||
const nsModuleComponentInfo *info)
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user