Changeset 55940 in vbox
- Timestamp:
- May 19, 2015 6:59:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r55923 r55940 110 110 /* ... and session machine */ 111 111 CHECK_ERROR_BREAK(a->session, COMGETTER(Machine)(sessionMachine.asOutParam())); 112 113 if (!console) 114 { 115 errorArgument("Machine '%s' is not currently running", a->argv[0]); 116 return 1; 117 } 112 118 113 119 /* which command? */ … … 1395 1401 } 1396 1402 #ifdef VBOX_WITH_VPX 1397 /* 1398 * Note: Commands starting with "vcp" are the deprecated versions and are 1399 * kept to ensure backwards compatibility. 1403 /* 1404 * Note: Commands starting with "vcp" are the deprecated versions and are 1405 * kept to ensure backwards compatibility. 1400 1406 */ 1401 1407 else if ( !strcmp(a->argv[1], "videocap") … … 1564 1570 rc = E_FAIL; 1565 1571 break; 1566 } 1572 } 1567 1573 1568 1574 uint32_t uVal; … … 1584 1590 rc = E_FAIL; 1585 1591 break; 1586 } 1592 } 1587 1593 1588 1594 uint32_t uVal; … … 1604 1610 rc = E_FAIL; 1605 1611 break; 1606 } 1612 } 1607 1613 1608 1614 uint32_t uVal; … … 1624 1630 rc = E_FAIL; 1625 1631 break; 1626 } 1632 } 1627 1633 1628 1634 CHECK_ERROR_BREAK(sessionMachine, COMSETTER(VideoCaptureOptions)(Bstr(a->argv[3]).raw()));
Note:
See TracChangeset
for help on using the changeset viewer.

