VirtualBox

Changeset 82485 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 7, 2019 2:14:02 AM (5 years ago)
Author:
vboxsync
Message:

VBox/HostServices/VBoXClipboardSvc.h: There is no need for any public ShClSvc methods, these are Svc internal and belongs in VBoxSharedClipboardSvc-internal.h. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h

    r82483 r82485  
    240240#endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */
    241241
     242/** @name Service functions, accessible by the backends.
     243 * Locking is between the (host) service thread and the platform-dependent (window) thread.
     244 * @{
     245 */
     246int ShClSvcDataReadRequest(PSHCLCLIENT pClient, PSHCLDATAREQ pDataReq, PSHCLEVENTID puEvent);
     247int ShClSvcDataReadSignal(PSHCLCLIENT pClient, PSHCLCLIENTCMDCTX pCmdCtx, PSHCLDATABLOCK pData);
     248int ShClSvcFormatsReport(PSHCLCLIENT pClient, PSHCLFORMATDATA pFormats);
     249uint32_t ShClSvcGetMode(void);
     250bool ShClSvcGetHeadless(void);
     251bool ShClSvcLock(void);
     252void ShClSvcUnlock(void);
     253/** @} */
     254
     255
    242256/** @name Platform-dependent implementations for the Shared Clipboard host service, called *only* by the host service.
    243257 * @{
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