This commit is contained in:
bzbarsky%mit.edu 2005-07-28 21:40:57 +00:00
Родитель e90f0f5d62
Коммит 1dcbeebf9e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@ interface nsIProxyObjectManager : nsISupports
/**
* Always create proxy even if for same thread as current thread.
*/
const long CREATE_ALWAYS = 0x0004;
const long FORCE_PROXY_CREATION = 0x0004;
void getProxyForObject(in nsIEventQueue destQueue,