- 時間撮記:
- 2011-7-7 下午03:29:03 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器