Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build.

Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2004/10/06 22:13:00
This commit is contained in:
pedemont%us.ibm.com 2006-09-27 15:16:49 +00:00
Родитель 1b509e6efc
Коммит cab0d3518b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -124,7 +124,7 @@ public:
nsIInterfaceInfo* InterfaceInfo();
private:
nsCOMPtr<nsISupports> mInstance;
nsISupports* mInstance;
nsCOMPtr<nsIInterfaceInfo> mIInfo;
};