Changeset 39494 in vbox
- Timestamp:
- Dec 1, 2011 3:57:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r39342 r39494 3413 3413 nsAutoMonitor mon(mPendingMon); 3414 3414 mPendingQ.Append(new DConnectRequest(aSenderID, op, aDataLen)); 3415 // notify a ll workers3416 mon.Notify All();3415 // notify a worker 3416 mon.Notify(); 3417 3417 mon.Exit(); 3418 3418
Note:
See TracChangeset
for help on using the changeset viewer.