Changeset 29028 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 4, 2010 2:33:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r28872 r29028 25 25 26 26 class Progress; 27 class MediumFormat; 27 28 28 29 namespace settings … … 105 106 STDMETHOD(COMGETTER(Size))(ULONG64 *aSize); 106 107 STDMETHOD(COMGETTER(Format))(BSTR *aFormat); 108 STDMETHOD(COMGETTER(MediumFormat))(IMediumFormat **aMediumFormat); 107 109 STDMETHOD(COMGETTER(Type))(MediumType_T *aType); 108 110 STDMETHOD(COMSETTER(Type))(MediumType_T aType); … … 158 160 const Utf8Str& getLocationFull() const; 159 161 const Utf8Str& getFormat() const; 162 const ComObjPtr<MediumFormat> & getMediumFormat() const; 160 163 uint64_t getSize() const; 161 164 MediumType_T getType() const;
Note:
See TracChangeset
for help on using the changeset viewer.