Changeset 16210 in vbox
- Timestamp:
- Jan 23, 2009 7:22:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r16209 r16210 141 141 struct VirtualSystem 142 142 { 143 string strName; // copy of VirtualSystem/@id 144 143 145 CIMOSType_T cimos; 144 146 string strVirtualSystemType; … … 417 419 { 418 420 VirtualSystem d; 421 422 const xml::Node *pIdAttr = pelmVirtualSystem->findAttribute("type"); 423 if (pIdAttr) 424 d.strName = pIdAttr->getValue(); 419 425 420 426 xml::NodesLoop loop(*pelmVirtualSystem); // all child elements
Note:
See TracChangeset
for help on using the changeset viewer.

