VirtualBox

Changeset 79038 in vbox


Ignore:
Timestamp:
Jun 7, 2019 3:14:35 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Build fix.

File:
1 edited

Legend:

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

    r79036 r79038  
    144144        LogRel(("Failed to initialize the Shared Clipboard host service, rc=%Rrc\n", rc));
    145145
    146     LogFlowFunc(("returning %Rrc\n", rc));
     146    LogFlowFuncLeaveRC(rc);
    147147    return rc;
    148148}
     
    155155int VBoxClipboardSvcImplSync(PVBOXCLIPBOARDCLIENTDATA pClientData)
    156156{
     157    LogFlowFuncEnter();
     158
    157159    /* Tell the guest we have no data in case X11 is not available.  If
    158160     * there is data in the host clipboard it will automatically be sent to
    159161     * the guest when the clipboard starts up. */
    160     vboxSvcClipboardReportMsg(pClientData, VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS, 0);
    161 
    162     return VINF_SUCCESS; /** @todo r=andy Check rc code. */
     162    return vboxSvcClipboardReportMsg(pClientData, VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS, 0);
    163163}
    164164
     
    167167 * @note  Host glue code
    168168 */
    169 void VBoxClipboardSvcImplDisconnect(PVBOXCLIPBOARDCLIENTDATA pClientData)
     169int VBoxClipboardSvcImplDisconnect(PVBOXCLIPBOARDCLIENTDATA pClientData)
    170170{
    171171    LogFlowFuncEnter();
     
    194194        RTMemFree(pCtx);
    195195    }
     196
     197    LogFlowFuncLeaveRC(rc);
     198    return rc;
    196199}
    197200
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