Searched defs:pelmAnnotationSection (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1108 xml::ElementNode *pelmAnnotationSection; local
1112 pelmAnnotationSection = pelmVirtualSystem->createChild("Section");
1113 pelmAnnotationSection->setAttribute("xsi:type", "ovf:ProductSection_Type");
1116 pelmAnnotationSection = pelmVirtualSystem->createChild("ProductSection");
1118 pelmAnnotationSection->createChild("Info")->addContent("Meta-information about the installed software");
1120 pelmAnnotationSection->createChild("Product")->addContent(llProduct.back()->strVBoxCurrent);
1122 pelmAnnotationSection->createChild("Vendor")->addContent(llVendor.back()->strVBoxCurrent);
1124 pelmAnnotationSection->createChild("Version")->addContent(llVersion.back()->strVBoxCurrent);
1126 pelmAnnotationSection->createChild("ProductUrl")->addContent(llProductUrl.back()->strVBoxCurrent);
1128 pelmAnnotationSection
1140 xml::ElementNode *pelmAnnotationSection; local
[all...]

Completed in 816 milliseconds