mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
fixing bustage from bug 323412: check in missing file
This commit is contained in:
parent
98b02e0a96
commit
05469c7826
@ -90,8 +90,10 @@ class nsProxyObjectCallInfo;
|
||||
class nsProxyObject
|
||||
{
|
||||
public:
|
||||
nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject);
|
||||
nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, const nsCID &aClass, nsISupports *aDelegate, const nsIID &aIID);
|
||||
nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject,
|
||||
nsIEventQueueService* eventQService);
|
||||
nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, const nsCID &aClass,
|
||||
nsISupports *aDelegate, const nsIID &aIID, nsIEventQueueService* eventQService);
|
||||
|
||||
void AddRef();
|
||||
void Release();
|
||||
|
Loading…
Reference in New Issue
Block a user