Changeset 22357 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd
- Timestamp:
- Aug 19, 2009 9:32:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r22164 r22357 1604 1604 // send address of the instance wrapper, and set the low bit to indicate 1605 1605 // to the remote party that this is a remote instance wrapper. 1606 PtrBits bits = ((PtrBits)(uintptr_t) wrapper) | PTRBITS_REMOTE_BIT; 1606 PtrBits bits = ((PtrBits)(uintptr_t) wrapper); 1607 NS_ASSERTION((bits & PTRBITS_REMOTE_BIT) == 0, "remote bit wrong)"); 1608 bits |= PTRBITS_REMOTE_BIT; 1607 1609 writer.PutBytes(&bits, sizeof(bits)); 1608 1610 }
Note:
See TracChangeset
for help on using the changeset viewer.