Changeset 5970 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/extensions
- Timestamp:
- Dec 5, 2007 6:34:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r5522 r5970 263 263 nsrefcnt count = PR_AtomicDecrement((PRInt32 *)&mRefCntIPC); 264 264 if (0 == count) { 265 // If the last IPC reference is relea ed, remove this instance from the map.265 // If the last IPC reference is released, remove this instance from the map. 266 266 // ipcDConnectService is guaranteed to still exist here 267 267 // (DConnectInstance lifetime is bound to ipcDConnectService)
Note:
See TracChangeset
for help on using the changeset viewer.