Changeset 118 in vbox for trunk/src/libs
- Timestamp:
- Jan 17, 2007 4:39:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r117 r118 1161 1161 if (mRefCntLevels.GetSize() > 0) 1162 1162 { 1163 nsrefcnt top = (nsrefcnt) ( uintptr_t) mRefCntLevels.Peek();1163 nsrefcnt top = (nsrefcnt) (long) mRefCntLevels.Peek(); 1164 1164 NS_ASSERTION(top <= count + 1, "refcount is beyond the top level"); 1165 1165
Note:
See TracChangeset
for help on using the changeset viewer.