VirtualBox

Ignore:
Timestamp:
Apr 8, 2018 2:39:15 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121851
Message:

Dhcpd/Config.cpp: trailing spaces, not about auto and vcc2010.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp

    r71689 r71749  
    587587    parseServer(root);
    588588
     589    /** @todo r=bird: Visual C++ 2010 does not grok this use of 'auto'. */
    589590    // XXX: debug
    590591    for (auto it: m_GlobalOptions) {
     
    720721    const xml::ElementNode *node;
    721722    while ((node = it.forAllNodes()) != NULL)
    722     {
    723723        if (node->nameEquals("Option"))
    724         {
    725724            parseOption(node, vmopts);
    726         }
    727725        else
    728         {
    729726            throw ConfigFileError(RTCStringFmt("Unexpected element \"%s\"",
    730727                                               node->getName()));
    731         }
    732     }   
    733728}
    734729
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