Landing nsIFile.
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -21,8 +21,11 @@
|
||||
* Pierre Phaneuf <pp@ludusdesign.com>
|
||||
*/
|
||||
|
||||
#include "nsGenericFactory.h"
|
||||
|
||||
// DO NOT COPY THIS CODE INTO YOUR SOURCE! USE NS_IMPL_NSGETMODULE()
|
||||
|
||||
#include "nsGenericFactory.h"
|
||||
#include "nsCRT.h"
|
||||
nsGenericFactory::nsGenericFactory(ConstructorProcPtr constructor)
|
||||
: mConstructor(constructor), mDestructor(NULL)
|
||||
{
|
||||
@@ -196,7 +199,7 @@ nsGenericModule::GetClassObject(nsIComponentManager *aCompMgr,
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsGenericModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||
nsIFileSpec* aPath,
|
||||
nsIFile* aPath,
|
||||
const char* registryLocation,
|
||||
const char* componentType)
|
||||
{
|
||||
@@ -238,7 +241,7 @@ nsGenericModule::RegisterSelf(nsIComponentManager *aCompMgr,
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsGenericModule::UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||
nsIFileSpec* aPath,
|
||||
nsIFile* aPath,
|
||||
const char* registryLocation)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user