Changeset 36405 in vbox for trunk/include/iprt
- Timestamp:
- Mar 24, 2011 3:57:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r35128 r36405 4 4 5 5 /* 6 * Copyright (C) 2007-201 0Oracle Corporation6 * Copyright (C) 2007-2011 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 598 598 ElementNode* getRootElement(); 599 599 600 ElementNode* createRootElement(const char *pcszRootElementName); 600 ElementNode* createRootElement(const char *pcszRootElementName, 601 const char *pcszComment = NULL); 601 602 602 603 private:
Note:
See TracChangeset
for help on using the changeset viewer.