This commit is contained in:
dp%netscape.com 1999-02-06 21:19:11 +00:00
Родитель d5592767ba
Коммит 47a2110af5
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -134,8 +134,8 @@ private:
static nsresult checkInitialized(void);
static nsresult loadFactory(FactoryEntry *aEntry, nsIFactory **aFactory);
static nsresult nsRepository::SelfRegisterDll(nsDll *dll);
static nsresult nsRepository::SelfUnregisterDll(nsDll *dll);
static nsresult SelfRegisterDll(nsDll *dll);
static nsresult SelfUnregisterDll(nsDll *dll);
public:
static nsDllStore *dllStore;

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

@ -134,8 +134,8 @@ private:
static nsresult checkInitialized(void);
static nsresult loadFactory(FactoryEntry *aEntry, nsIFactory **aFactory);
static nsresult nsRepository::SelfRegisterDll(nsDll *dll);
static nsresult nsRepository::SelfUnregisterDll(nsDll *dll);
static nsresult SelfRegisterDll(nsDll *dll);
static nsresult SelfUnregisterDll(nsDll *dll);
public:
static nsDllStore *dllStore;