Changeset 87686 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Feb 10, 2021 1:17:50 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142728
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r87566 r87686 396 396 { 397 397 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP 398 return ShClHttpTransfer Create(&pClient->State.pCtx->X11.HttpCtx, pTransfer);398 return ShClHttpTransferRegister(&pClient->State.pCtx->X11.HttpCtx, pTransfer); 399 399 #else 400 400 RT_NOREF(pClient, pTransfer); … … 406 406 { 407 407 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP 408 return ShClHttpTransfer Destroy(&pClient->State.pCtx->X11.HttpCtx, pTransfer);408 return ShClHttpTransferUnregister(&pClient->State.pCtx->X11.HttpCtx, pTransfer); 409 409 #else 410 410 RT_NOREF(pClient, pTransfer);
Note:
See TracChangeset
for help on using the changeset viewer.