Changeset 98102 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 17, 2023 11:11:43 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumLock.h
r96407 r98102 342 342 HRESULT Unlock(); 343 343 344 /** Introspection. */ 345 bool IsLocked(void) const { return mIsLocked; } 346 344 347 private: 345 348 typedef std::map<ComObjPtr<MediumAttachment>, MediumLockList *> Base;
Note:
See TracChangeset
for help on using the changeset viewer.