Changeset 53624 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 31, 2014 2:59:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp
r53267 r53624 285 285 /* we have to open a session for this task (new or shared) */ 286 286 rc = pMachine->LockMachine(a->session, LockType_Shared); 287 288 287 ComPtr<IConsole> pConsole; 288 CHECK_ERROR_BREAK(a->session, COMGETTER(Console)(pConsole.asOutParam())); 289 289 290 290 /* switch based on the command */
Note:
See TracChangeset
for help on using the changeset viewer.