VirtualBox

Changeset 87686 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Feb 10, 2021 1:17:50 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142728
Message:

Shared Clipboard/Transfers: Renaming. ​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp

    r87566 r87686  
    396396{
    397397#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP
    398     return ShClHttpTransferCreate(&pClient->State.pCtx->X11.HttpCtx, pTransfer);
     398    return ShClHttpTransferRegister(&pClient->State.pCtx->X11.HttpCtx, pTransfer);
    399399#else
    400400    RT_NOREF(pClient, pTransfer);
     
    406406{
    407407#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP
    408     return ShClHttpTransferDestroy(&pClient->State.pCtx->X11.HttpCtx, pTransfer);
     408    return ShClHttpTransferUnregister(&pClient->State.pCtx->X11.HttpCtx, pTransfer);
    409409#else
    410410    RT_NOREF(pClient, pTransfer);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette