Fix the last checkin which broke this sample. Not part of the build (hence

this error went undetected)
This commit is contained in:
markh%activestate.com 2001-04-12 06:38:28 +00:00
Родитель 1d140ed109
Коммит ba7f979400
2 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -123,12 +123,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

Просмотреть файл

@ -123,12 +123,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