Changeset 57944 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Sep 29, 2015 3:07:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r57358 r57944 1440 1440 * that was either created or changed. 1441 1441 * 1442 * @param pcszName1443 * @param i1442 * @param pcszName The attribute name. 1443 * @param f The attribute value. 1444 1444 * @return 1445 1445 */ … … 1458 1458 * @param pListAnchor Pointer to the m_children member of the parent. NULL 1459 1459 * for the root node. 1460 * @param pLib Node Pointer to the libxml2 node structure.1460 * @param pLibAttr Pointer to the libxml2 attribute structure. 1461 1461 */ 1462 1462 AttributeNode::AttributeNode(const ElementNode *pElmRoot,
Note:
See TracChangeset
for help on using the changeset viewer.