Changeset 82498 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Dec 8, 2019 12:26:36 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
r82480 r82498 197 197 /* Detach the payload, as the caller then will own the data. */ 198 198 ShClEventPayloadDetach(&pCtx->pClient->Events, uEvent); 199 /** 200 * @todo r=bird: The payload has already been detached, 201 * ShClEventPayloadDetach and ShClEventWait does the exact same 202 * thing, except for the extra waiting in the latter. 203 */ 199 204 } 200 205
Note:
See TracChangeset
for help on using the changeset viewer.