Searched defs:anInterface (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp140 nsISupports* anInterface = nsnull; local
144 anInterface = ((nsISupports*)mParameterList[i].val.p);
146 if (anInterface)
149 anInterface->AddRef();
151 anInterface->Release();

Completed in 43 milliseconds