Changeset 72899 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 4, 2018 6:49:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r72479 r72899 39 39 typedef struct VDINTERFACEIO *PVDINTERFACEIO; 40 40 typedef struct SHASTORAGE *PSHASTORAGE; 41 42 typedef enum applianceIOName { applianceIOTar, applianceIOFile, applianceIOSha } APPLIANCEIONAME;43 41 44 42 namespace ovf … … 142 140 143 141 std::set<Utf8Str> i_URIFromTypeOfVirtualDiskFormat(Utf8Str type); 144 145 HRESULT i_initApplianceIONameMap();146 147 Utf8Str i_applianceIOName(APPLIANCEIONAME type) const;148 142 149 143 HRESULT i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf);
Note:
See TracChangeset
for help on using the changeset viewer.