Changeset 15922 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/extensions
- Timestamp:
- Jan 13, 2009 5:23:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r11685 r15922 2799 2799 #ifdef VBOX /* tracking an illegal join in Shutdown. */ 2800 2800 NS_ASSERTION(!mDisconnected, "CreateWorker racing Shutdown"); 2801 #endif 2801 #endif 2802 2802 if (!mWorkers.AppendElement(worker)) 2803 2803 rv = NS_ERROR_OUT_OF_MEMORY; … … 3634 3634 const nsXPTMethodInfo *methodInfo; 3635 3635 nsXPTCVariant *params = nsnull; 3636 ns IInterfaceInfo *iinfo = nsnull;3636 nsCOMPtr<nsIInterfaceInfo> iinfo = nsnull; 3637 3637 PRUint8 i, paramCount = 0, paramUsed = 0; 3638 3638 nsresult rv;
Note:
See TracChangeset
for help on using the changeset viewer.