Changeset 75953 in vbox
- Timestamp:
- Dec 4, 2018 6:43:09 PM (6 years ago)
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 3 edited
-
DragAndDrop/service.cpp (modified) (1 diff)
-
common/client.cpp (modified) (1 diff)
-
common/message.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/service.cpp
r75737 r75953 342 342 } 343 343 case GUEST_DND_HG_ACK_OP: 344 /* Fall through is intentional. */345 344 case GUEST_DND_HG_REQ_DATA: 346 /* Fall through is intentional. */347 345 case GUEST_DND_HG_EVT_PROGRESS: 348 346 { -
trunk/src/VBox/HostServices/common/client.cpp
r75737 r75953 1 /* $Id$ */ 1 2 /** @file 2 3 * Base class for a host-guest service. -
trunk/src/VBox/HostServices/common/message.cpp
r74213 r75953 1 /* $Id$ */ 1 2 /** @file 2 3 * Base class for wrapping HCGM messages.
Note:
See TracChangeset
for help on using the changeset viewer.

