Changeset 37824 in vbox for trunk/src/VBox/Main/include/MediumAttachmentImpl.h
- Timestamp:
- Jul 7, 2011 3:29:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumAttachmentImpl.h
r37709 r37824 50 50 bool fPassthrough, 51 51 bool fTempEject, 52 bool fNonRotational, 52 53 const Utf8Str &strBandwidthGroup); 53 54 void uninit(); … … 65 66 STDMETHOD(COMGETTER(TemporaryEject))(BOOL *aTemporaryEject); 66 67 STDMETHOD(COMGETTER(IsEjected))(BOOL *aIsEjected); 68 STDMETHOD(COMGETTER(NonRotational))(BOOL *aNonRotational); 67 69 STDMETHOD(COMGETTER(BandwidthGroup))(IBandwidthGroup **aBwGroup); 68 70 … … 83 85 bool getPassthrough() const; 84 86 bool getTempEject() const; 87 bool getNonRotational() const; 85 88 const Utf8Str& getBandwidthGroup() const; 86 89 … … 95 98 /** Must be called from under this object's write lock. */ 96 99 void updateTempEject(bool aTempEject); 100 101 /** Must be called from under this object's write lock. */ 102 void updateNonRotational(bool aNonRotational); 97 103 98 104 /** Must be called from under this object's write lock. */
Note:
See TracChangeset
for help on using the changeset viewer.