- Timestamp:
- Oct 20, 2020 11:01:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp
r82968 r86644 2599 2599 /* Already marked for stopping? */ 2600 2600 AssertMsgReturn(pTransfer->Thread.fStop == false, 2601 ("T hransfer thread already marked for stopping"), VERR_WRONG_ORDER);2601 ("Transfer thread already marked for stopping"), VERR_WRONG_ORDER); 2602 2602 /* Already started? */ 2603 2603 AssertMsgReturn(pTransfer->Thread.fStarted == false, 2604 ("T hransfer thread already started"), VERR_WRONG_ORDER);2604 ("Transfer thread already started"), VERR_WRONG_ORDER); 2605 2605 2606 2606 /* Spawn a worker thread, so that we don't block the window thread for too long. */
Note:
See TracChangeset
for help on using the changeset viewer.