Changeset 28204 in vbox
- Timestamp:
- Apr 12, 2010 1:36:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r28195 r28204 526 526 } 527 527 528 /** 529 * Adds a "version" attribute to the given XML element with the 530 * VirtualBox settings version (e.g. "1.10-linux"). Used by 531 * the XML format for the root element and by the OVF export 532 * for the vbox:Machine element. 533 * @param elm 534 */ 528 535 void ConfigFileBase::setVersionAttribute(xml::ElementNode &elm) 529 536 {
Note:
See TracChangeset
for help on using the changeset viewer.