Changeset 46526 in vbox
- Timestamp:
- Jun 13, 2013 12:24:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r46524 r46526 115 115 #endif /* VBOX_WITH_GUEST_CONTROL */ 116 116 117 STDMETHODIMP Guest::UpdateGuestAdditions(IN_BSTR aSource, ComSafeArrayIn( AdditionsUpdateFlag_T, aFlags),118 ComSafeArrayIn( IN_BSTR, aArguments), IProgress **aProgress)117 STDMETHODIMP Guest::UpdateGuestAdditions(IN_BSTR aSource, ComSafeArrayIn(IN_BSTR, aArguments), 118 ComSafeArrayIn(AdditionsUpdateFlag_T, aFlags), IProgress **aProgress) 119 119 { 120 120 #ifndef VBOX_WITH_GUEST_CONTROL
Note:
See TracChangeset
for help on using the changeset viewer.