commenting out the autoproxy header def. Missed this file.

This commit is contained in:
dougt%netscape.com 1999-09-14 06:12:22 +00:00
Родитель 93d2f2b4fd
Коммит bdb247ef97
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -92,10 +92,11 @@ class nsProxyObject : public nsISupports
convertAllParameters
} AutoProxyConvertTypes;
#ifdef AUTOPROXIFICATION
nsresult AutoProxyParameterList(PRUint32 methodIndex, nsXPTMethodInfo *methodInfo, nsXPTCMiniVariant * params,
nsIInterfaceInfo *interfaceInfo, AutoProxyConvertTypes convertType);
#endif
nsIEventQueue *mDestQueue; /* destination queue */
nsISupports *mRealObject; /* the non-proxy object that this event is referring to */
PRBool mRealObjectOwned;