Changeset 79276 in vbox for trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.cpp
- Timestamp:
- Jun 21, 2019 1:10:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.cpp
r79267 r79276 293 293 } 294 294 295 bool fDispatchToProvider = false; /* Whether to (also) dispatch the H CGCM data to the transfer provider. */295 bool fDispatchToProvider = false; /* Whether to (also) dispatch the HGCM data to the transfer provider. */ 296 296 297 297 int rc = VERR_INVALID_PARAMETER; /* Play safe. */ … … 466 466 const char *pszCacheDir = pArea->GetDirAbs(); 467 467 468 RT_BREAKPOINT();469 470 468 char pszPathAbs[RTPATH_MAX]; 471 469 rc = RTPathJoin(pszPathAbs, sizeof(pszPathAbs), pszCacheDir, fileHdr.pszFilePath);
Note:
See TracChangeset
for help on using the changeset viewer.