Changeset 48955 in vbox for trunk/src/VBox/Main/testcase/tstAPI.cpp
- Timestamp:
- Oct 7, 2013 9:59:25 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r48490 r48955 1525 1525 session->COMGETTER(Machine)(machine.asOutParam()); 1526 1526 CHECK_ERROR_BREAK(machine, COMGETTER(BandwidthControl)(bwCtrl.asOutParam())); 1527 1527 1528 1528 RTPrintf("Creating bandwidth group named '%ls'...\n", grpName.raw()); 1529 1529 CHECK_ERROR_BREAK(bwCtrl, CreateBandwidthGroup(grpName.raw(), BandwidthGroupType_Network, 123));
Note:
See TracChangeset
for help on using the changeset viewer.