Changeset 93891 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Feb 22, 2022 6:08:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r93548 r93891 1234 1234 const com::Utf8Str &aValue, 1235 1235 LONG64 aTimestamp, 1236 const com::Utf8Str &aFlags); 1236 const com::Utf8Str &aFlags, 1237 BOOL fWasDeleted); 1237 1238 HRESULT lockMedia(); 1238 1239 HRESULT unlockMedia(); … … 1390 1391 const com::Utf8Str &aValue, 1391 1392 LONG64 aTimestamp, 1392 const com::Utf8Str &aFlags); 1393 const com::Utf8Str &aFlags, 1394 BOOL fWasDeleted); 1393 1395 HRESULT lockMedia(); 1394 1396 HRESULT unlockMedia();
Note:
See TracChangeset
for help on using the changeset viewer.