VirtualBox

Changeset 79868 in vbox


Ignore:
Timestamp:
Jul 18, 2019 8:36:10 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132266
Message:

Dhcpd: doxygen fixes. bugref:9288

Location:
trunk/src/VBox/NetworkServices/Dhcpd
Files:
2 edited

Legend:

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

    r79865 r79868  
    896896 * Internal worker for parsing the elements under /DHCPServer/Options/.
    897897 *
    898  * @param   pElmOptions         The <Options> element.
     898 * @param   pElmOptions         The \<Options\> element.
    899899 * @param   fStrict             Set if we're in strict mode, clear if we just
    900900 *                              want to get on with it if we can.
  • trunk/src/VBox/NetworkServices/Dhcpd/Config.h

    r79865 r79868  
    7272    { }
    7373
    74     virtual void        initFromXml(xml::ElementNode const *pElm, bool fStrict, Config const *pConfig);
     74    virtual void        initFromXml(xml::ElementNode const *pElmConfig, bool fStrict, Config const *pConfig);
    7575    virtual const char *getType() const RT_NOEXCEPT = 0;
    7676    virtual const char *getName() const RT_NOEXCEPT = 0;
     
    119119        : ConfigLevelBase()
    120120    { }
    121     void initFromXml(xml::ElementNode const *pElm, bool fStrict, Config const *pConfig) RT_OVERRIDE;
     121    void initFromXml(xml::ElementNode const *pElmOptions, bool fStrict, Config const *pConfig) RT_OVERRIDE;
    122122    const char *getType() const RT_NOEXCEPT RT_OVERRIDE { return "global"; }
    123123    const char *getName() const RT_NOEXCEPT RT_OVERRIDE { return "GlobalConfig"; }
     
    227227    }
    228228
    229     void initFromXml(xml::ElementNode const *pElm, bool fStrict, Config const *pConfig) RT_OVERRIDE;
     229    void initFromXml(xml::ElementNode const *pElmGroup, bool fStrict, Config const *pConfig) RT_OVERRIDE;
    230230    bool match(const ClientId &a_ridClient, const OptVendorClassId &a_ridVendorClass, const OptUserClassId &a_ridUserClass) const;
    231231
     
    268268    }
    269269
    270     void initFromXml(xml::ElementNode const *pElm, bool fStrict, Config const *pConfig) RT_OVERRIDE;
     270    void initFromXml(xml::ElementNode const *pElmConfig, bool fStrict, Config const *pConfig) RT_OVERRIDE;
    271271    const char *getType() const RT_NOEXCEPT RT_OVERRIDE { return "host"; }
    272272    const char *getName() const RT_NOEXCEPT RT_OVERRIDE { return m_strName.c_str(); }
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