Changeset 47730 in vbox for trunk/src/VBox/HostServices/GuestControl/service.cpp
- Timestamp:
- Aug 14, 2013 2:23:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r47695 r47730 320 320 break; 321 321 322 323 case VBOX_HGCM_SVC_PARM_64BIT: 324 #ifdef DEBUG_andy 325 LogFlowFunc(("\tmpParms[%RU32] = %RU64 (uint64_t)\n", 326 i, mpParms[i].u.uint64)); 327 #endif 328 paDstParms[i].u.uint64 = mpParms[i].u.uint64; 329 break; 330 322 331 case VBOX_HGCM_SVC_PARM_PTR: 323 332 { … … 346 355 } 347 356 348 case VBOX_HGCM_SVC_PARM_64BIT:349 /* Fall through is intentional. */350 357 default: 351 358 LogFlowFunc(("Parameter %RU32 of type %RU32 is not supported yet\n",
Note:
See TracChangeset
for help on using the changeset viewer.