VirtualBox

Changeset 79733 in vbox


Ignore:
Timestamp:
Jul 12, 2019 12:51:57 PM (5 years ago)
Author:
vboxsync
Message:

Main: Redoing the IDHCPServer interface, part I. [build fix] bugref:9288

File:
1 edited

Legend:

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

    r79732 r79733  
    126126    ComObjPtr<DHCPGlobalConfig> globalConfig;
    127127
    128     /** Group configuration indexed by name. */
    129     std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig>> groupConfigs;
    130     /** Iterator for groupConfigs. */
    131     typedef std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig>>::iterator GroupConfigIterator;
     128//    /** Group configuration indexed by name. */
     129//    std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig>> groupConfigs;
     130//    /** Iterator for groupConfigs. */
     131//    typedef std::map<com::Utf8Str, ComObjPtr<DHCPGroupConfig>>::iterator GroupConfigIterator;
    132132
    133133    /** Individual (host) configuration indexed by MAC address or VM UUID. */
Note: See TracChangeset for help on using the changeset viewer.

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