VirtualBox

Changeset 81883 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 15, 2019 4:31:00 PM (5 years ago)
Author:
vboxsync
Message:

Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP methods, attributes and interfaces, plus eliminate useless parameters from NATNetwork and DHCPServer Start methods. Additionally a few fixes to the DTD (and correcting some XML goofs in VirtualBox.xidl). More reserved attributes for the not yet implemented ICloudNetwork.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp

    r76553 r81883  
    480480        case OP_START:
    481481        {
    482             CHECK_ERROR(net, Start(Bstr("whatever").raw()));
     482            CHECK_ERROR(net, Start());
    483483            if (FAILED(rc))
    484484                return errorArgument("Failed to start network");
     
    489489            CHECK_ERROR(net, Stop());
    490490            if (FAILED(rc))
    491                 return errorArgument("Failed to start network");
     491                return errorArgument("Failed to stop network");
    492492            break;
    493493        }
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