Changeset 73926 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
- Timestamp:
- Aug 28, 2018 10:02:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
r71630 r73926 72 72 * will cause the corresponding property of this object's root medium to be returned instead 73 73 * of its own one. This is useful when hard drive medium is reflected in the user-friendly 74 * "don't show diffs" mode. For non-hard drive medi ums, the value of this argument is irrelevant74 * "don't show diffs" mode. For non-hard drive media, the value of this argument is irrelevant 75 75 * because the root object for such medium is the medium itself. 76 76 * … … 79 79 * and therefore some parameters such as #size() are meaningless because they can be read only 80 80 * from the accessible medium. The real KMediumState_NotCreated state is not necessary because 81 * this class is only used with created (existing) medi ums. */81 * this class is only used with created (existing) media. */ 82 82 class SHARED_LIBRARY_STUFF UIMedium 83 83 {
Note:
See TracChangeset
for help on using the changeset viewer.