Changeset 78683 in vbox for trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
- Timestamp:
- May 23, 2019 10:07:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r78648 r78683 50 50 /** Node for keeping this transfer in a RTList. */ 51 51 RTLISTNODE Node; 52 /** The transfer's own (local) cache. */ 52 /** The transfer's own (local) cache. 53 * The cache itself has a clipboard area ID assigned. */ 53 54 SharedClipboardCache Cache; 54 55 /** The transfer's URI list, containing the fs object root entries. */
Note:
See TracChangeset
for help on using the changeset viewer.