Changeset 63563 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Aug 16, 2016 2:04:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/ovfreader.cpp
r60998 r63563 154 154 else if ( !strcmp(pcszElemName, "DeploymentOptionSection")) 155 155 { 156 // TODO156 /// @todo 157 157 } 158 158 else if ( !strcmp(pcszElemName, "Info")) … … 182 182 ) 183 183 { 184 // TODOResourceAllocationSection184 /// @todo ResourceAllocationSection 185 185 186 186 // recurse for this, since it has VirtualSystem elements as children
Note:
See TracChangeset
for help on using the changeset viewer.