VirtualBox

Changeset 36405 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 24, 2011 3:57:03 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70760
Message:

IPRT/xml: add optional parameter for adding a comment to the created xml file. Used by VirtualBox.xml and the VM config files to include a "do not edit" notice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/xml.h

    r35128 r36405  
    44
    55/*
    6  * Copyright (C) 2007-2010 Oracle Corporation
     6 * Copyright (C) 2007-2011 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    598598    ElementNode* getRootElement();
    599599
    600     ElementNode* createRootElement(const char *pcszRootElementName);
     600    ElementNode* createRootElement(const char *pcszRootElementName,
     601                                   const char *pcszComment = NULL);
    601602
    602603private:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette