Changeset 75500 in vbox for trunk/src/VBox/HostServices/GuestProperties/service.cpp
- Timestamp:
- Nov 16, 2018 1:24:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r75498 r75500 353 353 uint32_t u32Function, 354 354 uint32_t cParms, 355 VBOXHGCMSVCPARM paParms[]) 355 VBOXHGCMSVCPARM paParms[], 356 uint64_t tsArrival) 356 357 { 357 358 AssertLogRelReturnVoid(VALID_PTR(pvService)); … … 360 361 pSelf->call(callHandle, u32ClientID, pvClient, u32Function, cParms, paParms); 361 362 LogFlowFunc(("returning\n")); 363 RT_NOREF_PV(tsArrival); 362 364 } 363 365
Note:
See TracChangeset
for help on using the changeset viewer.