зеркало из https://github.com/mozilla/gecko-dev.git
Fix the last checkin which broke this sample. Not part of the build (hence
this error went undetected)
This commit is contained in:
Родитель
1d140ed109
Коммит
ba7f979400
|
@ -123,12 +123,14 @@ public:
|
||||||
RegisterSelf(nsIComponentManager* aCompMgr,
|
RegisterSelf(nsIComponentManager* aCompMgr,
|
||||||
nsIFile* aPath,
|
nsIFile* aPath,
|
||||||
const char* aRegistryLocation,
|
const char* aRegistryLocation,
|
||||||
const char* aComponentType);
|
const char* aComponentType,
|
||||||
|
const nsModuleComponentInfo *info);
|
||||||
|
|
||||||
static NS_METHOD
|
static NS_METHOD
|
||||||
UnregisterSelf(nsIComponentManager* aCompMgr,
|
UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||||
nsIFile* aPath,
|
nsIFile* aPath,
|
||||||
const char* aRegistryLocation);
|
const char* aRegistryLocation,
|
||||||
|
const nsModuleComponentInfo *info);
|
||||||
|
|
||||||
|
|
||||||
NS_DECL_ISUPPORTS
|
NS_DECL_ISUPPORTS
|
||||||
|
|
|
@ -123,12 +123,14 @@ public:
|
||||||
RegisterSelf(nsIComponentManager* aCompMgr,
|
RegisterSelf(nsIComponentManager* aCompMgr,
|
||||||
nsIFile* aPath,
|
nsIFile* aPath,
|
||||||
const char* aRegistryLocation,
|
const char* aRegistryLocation,
|
||||||
const char* aComponentType);
|
const char* aComponentType,
|
||||||
|
const nsModuleComponentInfo *info);
|
||||||
|
|
||||||
static NS_METHOD
|
static NS_METHOD
|
||||||
UnregisterSelf(nsIComponentManager* aCompMgr,
|
UnregisterSelf(nsIComponentManager* aCompMgr,
|
||||||
nsIFile* aPath,
|
nsIFile* aPath,
|
||||||
const char* aRegistryLocation);
|
const char* aRegistryLocation,
|
||||||
|
const nsModuleComponentInfo *info);
|
||||||
|
|
||||||
|
|
||||||
NS_DECL_ISUPPORTS
|
NS_DECL_ISUPPORTS
|
||||||
|
|
Загрузка…
Ссылка в новой задаче