Changeset 28995 in vbox for trunk/src/libs/xpcom18a4/ipc
- Timestamp:
- May 4, 2010 9:35:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r28252 r28995 2419 2419 nsCOMPtr <nsIInterfaceInfo> iinfoQ; 2420 2420 dConnect->GetInterfaceInfo(aIID, getter_AddRefs(iinfoQ)); 2421 iinfoQ->GetNameShared(&nameQ); 2422 LOG(("calling QueryInterface {%s} on peer object " 2423 "(stub=%p, instance=0x%Lx {%s})\n", 2424 nameQ, this, mInstance, name)); 2421 if (iinfoQ) { 2422 iinfoQ->GetNameShared(&nameQ); 2423 LOG(("calling QueryInterface {%s} on peer object " 2424 "(stub=%p, instance=0x%Lx {%s})\n", 2425 nameQ, this, mInstance, name)); 2426 } 2425 2427 } 2426 2428 #endif
Note:
See TracChangeset
for help on using the changeset viewer.