Changeset 94249 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 15, 2022 4:16:42 PM (3 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r94184 r94249 176 176 177 177 void i_onGuestPropertyChanged(const Guid &aMachineId, const Utf8Str &aName, const Utf8Str &aValue, const Utf8Str &aFlags, 178 const BOOL &fWasDeleted);178 const BOOL fWasDeleted); 179 179 void i_onNatRedirectChanged(const Guid &aMachineId, ULONG ulSlot, bool fRemove, const Utf8Str &aName, 180 180 NATProtocol_T aProto, const Utf8Str &aHostIp, uint16_t aHostPort, -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r94184 r94249 3609 3609 */ 3610 3610 void VirtualBox::i_onGuestPropertyChanged(const Guid &aMachineId, const Utf8Str &aName, const Utf8Str &aValue, 3611 const Utf8Str &aFlags, const BOOL &fWasDeleted)3611 const Utf8Str &aFlags, const BOOL fWasDeleted) 3612 3612 { 3613 3613 ComPtr<IEvent> ptrEvent;
Note:
See TracChangeset
for help on using the changeset viewer.