VirtualBox

Changeset 33451 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Oct 26, 2010 9:34:19 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67042
Message:

Main: change VirtualBox::createMachine() to accept arbitrary paths for the XML settings file; remove the override parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/webtest.cpp

    r29960 r33451  
    5151               "   - webtest getpc <vboxref>: IVirtualBox::getPerformanceCollector().\n"
    5252               "   - webtest getmachines <vboxref>: IVirtualBox::getMachines().\n"
    53                "   - webtest createmachine <vboxref> <baseFolder> <name>: IVirtualBox::createMachine().\n"
     53               "   - webtest createmachine <vboxref> <settingsPath> <name>: IVirtualBox::createMachine().\n"
    5454               "   - webtest registermachine <vboxref> <machineref>: IVirtualBox::registerMachine().\n"
    5555               " - IHost:\n"
     
    225225            _vbox__IVirtualBox_USCOREcreateMachine req;
    226226            req._USCOREthis = argv[2];
    227             req.baseFolder = argv[3];
     227            req.settingsFile = argv[3];
    228228            req.name = argv[4];
    229             std::cout << "createmachine: baseFolder = \"" << req.baseFolder << "\", name = \"" << req.name << "\"\n";
     229            std::cout << "createmachine: settingsFile = \"" << req.settingsFile << "\", name = \"" << req.name << "\"\n";
    230230            _vbox__IVirtualBox_USCOREcreateMachineResponse resp;
    231231
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