Changeset 17936 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 16, 2009 2:04:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17930 r17936 2512 2512 xml::ElementNode *pelmOperatingSystemSection = pelmVirtualSystem->createChild("OperatingSystemSection"); 2513 2513 pelmOperatingSystemSection->setAttribute("ovf:id", llOS.front()->strOvf); 2514 pelmOperatingSystemSection->createChild("Info")->addContent("blah"); // @ŧodo2515 pelmOperatingSystemSection->createChild("Description")->addContent("blah"); // @ŧodo2514 // pelmOperatingSystemSection->createChild("Info")->addContent("blah"); // @ŧodo 2515 // pelmOperatingSystemSection->createChild("Description")->addContent("blah"); // @ŧodo 2516 2516 2517 2517 // <VirtualHardwareSection ovf:id="hw1" ovf:transport="iso">
Note:
See TracChangeset
for help on using the changeset viewer.