- Timestamp:
- Jul 5, 2023 3:32:45 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r100383 r100392 453 453 * @copydoc SHCLTRANSFERCALLBACKS::pfnOnInitialized 454 454 * 455 * This starts the HTTP server if not done yet and registers the transfer with it. 456 * 457 * @thread Service main thread. 455 * For G->H: Starts the HTTP server if not done yet and registers the transfer with it. 456 * For H->G: Called on transfer intialization to populate the transfer's root list. 457 * 458 * @thread Service main thread. 458 459 */ 459 460 static DECLCALLBACK(void) shClSvcX11TransferOnInitCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx) … … 484 485 case SHCLTRANSFERDIR_TO_REMOTE: /* H->G */ 485 486 { 486 rc = ShClTransferRootListRead(pTransfer); /* Calls shClSvc TransferIfaceHGRootListRead(). */487 rc = ShClTransferRootListRead(pTransfer); /* Calls shClSvcX11TransferIfaceHGRootListRead(). */ 487 488 break; 488 489 } 489 490 490 491 default: 491 rc = VERR_NOT_IMPLEMENTED;492 AssertFailedStmt(rc = VERR_NOT_SUPPORTED); 492 493 break; 493 494 }
Note:
See TracChangeset
for help on using the changeset viewer.