|
|
|
@ -95,11 +95,9 @@ NS_IMETHODIMP nsGenericFactory::GetInterfaces(PRUint32 *countp,
|
|
|
|
|
return NS_OK; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsGenericFactory::GetHelperForLanguage(PRUint32 language, |
|
|
|
|
nsISupports **helper) |
|
|
|
|
{ |
|
|
|
|
*helper = nullptr; |
|
|
|
|
return NS_OK; |
|
|
|
|
NS_IMETHODIMP nsGenericFactory::GetScriptableHelper(nsIXPCScriptable** retval)
{ |
|
|
|
|
*retval = nullptr; |
|
|
|
|
return NS_OK; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsGenericFactory::GetContractID(char **aContractID) |
|
|
|
@ -145,12 +143,6 @@ NS_IMETHODIMP nsGenericFactory::GetClassIDNoAlloc(nsCID *aClassID)
|
|
|
|
|
return NS_OK; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsGenericFactory::GetImplementationLanguage(PRUint32 *langp) |
|
|
|
|
{ |
|
|
|
|
*langp = nsIProgrammingLanguage::CPLUSPLUS; |
|
|
|
|
return NS_OK; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsGenericFactory::GetFlags(PRUint32 *flagsp) |
|
|
|
|
{ |
|
|
|
|
return NS_OK; |
|
|
|
|