Changeset 78602 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- May 20, 2019 4:26:10 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/ovfreader.cpp
r76553 r78602 33 33 // 34 34 //////////////////////////////////////////////////////////////////////////////// 35 36 /** 37 * Default Constructor. 38 * Should be used if you don't have an OVF file, but want to fill the data 39 * m_mapDisks, m_llVirtualSystems manually 40 */ 41 OVFReader::OVFReader() 42 { 43 } 35 44 36 45 /**
Note:
See TracChangeset
for help on using the changeset viewer.