VirtualBox

Changeset 54544 in vbox


Ignore:
Timestamp:
Feb 27, 2015 7:35:23 AM (10 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP: Removed XXX as this is the correct way to call a method. In contrast to accessing attributes (like for instance the attribute LowerIP)

File:
1 edited

Legend:

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

    r54543 r54544  
    11491149
    11501150        strings.setNull();
    1151         hrc = m->m_DhcpServer->/*XXX*/GetMacOptions(com::Bstr(strMac).raw(),
    1152                                                      ComSafeArrayAsOutParam(strings));
     1151        hrc = m->m_DhcpServer->GetMacOptions(com::Bstr(strMac).raw(),
     1152                                             ComSafeArrayAsOutParam(strings));
    11531153        AssertComRC(hrc);
    11541154        for (size_t i = 0; i < strings.size(); ++i)
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