Changeset 49620 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 22, 2013 10:37:17 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90839
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r49103 r49620 23 23 /* VBox includes */ 24 24 #include "VirtualBoxBase.h" 25 #include "MediumFormatImpl.h" 25 26 26 27 /* Todo: This file needs massive cleanup. Split IAppliance in a public and … … 154 155 155 156 Utf8Str applianceIOName(APPLIANCEIONAME type) const; 157 158 HRESULT findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf); 156 159 157 160 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.