- Timestamp:
- Aug 29, 2008 3:35:21 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r11827 r11832 4400 4400 } 4401 4401 if (RT_SUCCESS(vrc) || (VERR_TOO_MUCH_DATA == vrc)) 4402 { 4403 /* PushGuestProperties() calls DiscardSettings(), which calls us back */ 4404 alock.leave(); 4402 4405 mControl->PushGuestProperties(ComSafeArrayAsInParam (names), 4403 4406 ComSafeArrayAsInParam (values), 4404 4407 ComSafeArrayAsInParam (timestamps), 4405 4408 ComSafeArrayAsInParam (flags)); 4409 alock.enter(); 4410 } 4406 4411 # endif /* VBOX_WITH_GUEST_PROPS defined */ 4407 4412 #endif /* VBOX_WITH_HGCM */ -
trunk/src/VBox/Main/MachineImpl.cpp
r11820 r11832 8991 8991 com::SafeArray <ULONG64> timestamps(ComSafeArrayInArg(aTimestamps)); 8992 8992 com::SafeArray <INPTR BSTR> flags(ComSafeArrayInArg(aFlags)); 8993 DiscardSettings(); 8993 8994 mHWData.backup(); 8994 8995 mHWData->mGuestProperties.erase(mHWData->mGuestProperties.begin(),
Note:
See TracChangeset
for help on using the changeset viewer.