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

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1854 nsISupports* foundInterface = 0; local
1857 foundInterface = NS_STATIC_CAST(nsIException*, this);
1860 foundInterface = NS_STATIC_CAST(nsISupports*,
1870 if (!foundInterface)
1874 NS_ADDREF(foundInterface);
1877 *aInstancePtr = foundInterface;

Completed in 1956 milliseconds