Changeset 94184 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Mar 11, 2022 6:24:17 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r93115 r94184 175 175 void i_onSnapshotChanged(const Guid &aMachineId, const Guid &aSnapshotId); 176 176 177 void i_onGuestPropertyChanged(const Guid &aMachineId, const Utf8Str &aName, const Utf8Str &aValue, const Utf8Str &aFlags); 177 void i_onGuestPropertyChanged(const Guid &aMachineId, const Utf8Str &aName, const Utf8Str &aValue, const Utf8Str &aFlags, 178 const BOOL &fWasDeleted); 178 179 void i_onNatRedirectChanged(const Guid &aMachineId, ULONG ulSlot, bool fRemove, const Utf8Str &aName, 179 180 NATProtocol_T aProto, const Utf8Str &aHostIp, uint16_t aHostPort,
Note:
See TracChangeset
for help on using the changeset viewer.