Changeset 34501 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Nov 30, 2010 12:30:30 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/ovfreader.cpp
r33700 r34501 775 775 if ((pelmCIMOSDescription = pelmThis->findChildElement("Description"))) 776 776 vsys.strCimosDesc = pelmCIMOSDescription->getValue(); 777 778 const xml::ElementNode *pelmVBoxOSType; 779 if ((pelmVBoxOSType = pelmThis->findChildElement("vbox", // namespace 780 "OSType"))) // element name 781 vsys.strTypeVbox = pelmVBoxOSType->getValue(); 777 782 } 778 783 else if ( (!strcmp(pcszElemName, "AnnotationSection"))
Note:
See TracChangeset
for help on using the changeset viewer.