This commit is contained in:
valeski%netscape.com 2001-04-17 21:27:51 +00:00
Родитель 05c1669478
Коммит 537f60c3ad
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -54,7 +54,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowsHooks)
#endif // Windows
static nsresult
static NS_METHOD
RegisterProc(nsIComponentManager *aCompMgr,
nsIFile *aPath,
const char *registryLocation,
@ -76,7 +76,7 @@ RegisterProc(nsIComponentManager *aCompMgr,
getter_Copies(previous));
return rv;
}
static nsresult
static NS_METHOD
UnregisterProc(nsIComponentManager *aCompMgr,
nsIFile *aPath,
const char *registryLocation,