VirtualBox

Ignore:
Timestamp:
Sep 9, 2019 10:00:04 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: More renaming + unification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r80662 r80664  
    181181 * @returns VBox status code
    182182 */
    183 int VBoxClipboardSvcImplConnect(void)
     183int SharedClipboardSvcImplConnect(void)
    184184{
    185185    int rc = VINF_SUCCESS;
     
    294294    if (RT_FAILURE(rc))
    295295        VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc));
    296     rc = VBoxClipboardSvcImplConnect();
     296    rc = SharedClipboardSvcImplConnect();
    297297    /* Not RT_SUCCESS: VINF_PERMISSION_DENIED is host service not present. */
    298298    if (rc == VINF_SUCCESS)
Note: See TracChangeset for help on using the changeset viewer.

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