VirtualBox

Changeset 79749 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 12, 2019 11:11:15 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132114
Message:

Main: Redoing the IDHCPServer interface, part II. Implemented groups and fixed a couple of bugs. Made RTNetStrToMacAddr understand hexstrings w/o colon separators. [build fix] bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp

    r79747 r79749  
    111111
    112112    /** Group configuration indexed by name. */
    113     std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig>> groupConfigs;
     113    std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig> > groupConfigs;
    114114    /** Iterator for groupConfigs. */
    115     typedef std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig>>::iterator GroupConfigIterator;
     115    typedef std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig> >::iterator GroupConfigIterator;
    116116
    117117    /** Individual (host) configuration indexed by MAC address or VM UUID. */
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