- Timestamp:
- May 29, 2013 11:41:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp
r33294 r46308 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 408 408 { 409 409 /* open a session for the VM */ 410 CHECK_ERROR_RET(cmd.mMachine, LockMachine(a->session, LockType_ Write), 1);410 CHECK_ERROR_RET(cmd.mMachine, LockMachine(a->session, LockType_Shared), 1); 411 411 /* get the mutable session machine */ 412 412 a->session->COMGETTER(Machine)(cmd.mMachine.asOutParam());
Note:
See TracChangeset
for help on using the changeset viewer.