attempt to fix build bustage

git-svn-id: svn://10.0.0.236/trunk@44087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com 1999-08-22 21:44:45 +00:00
parent 7c0b0cb314
commit 714dd624cc

View File

@ -46,18 +46,17 @@ class nsProxyEventClass;
class nsProxyEventClass : public nsISupports
{
NS_DEFINE_STATIC_IID_ACCESSOR(NS_PROXYEVENT_CLASS_IID)
// all the interface method declarations...
NS_DECL_ISUPPORTS
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_PROXYEVENT_CLASS_IID)
static nsProxyEventClass* GetNewOrUsedClass(REFNSIID aIID);
NS_IMETHOD DelegatedQueryInterface(nsProxyEventObject* self, REFNSIID aIID, void** aInstancePtr);
REFNSIID GetIID() const {return mIID;}
nsIInterfaceInfo* GetInterfaceInfo() const {return mInfo;}
nsProxyEventObject* GetRootProxyObject(nsProxyEventObject* anObject);
nsProxyEventObject* CallQueryInterfaceOnProxy(nsProxyEventObject* self, REFNSIID aIID);