Changeset 31034 in vbox for trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
- Timestamp:
- Jul 23, 2010 7:22:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r31014 r31034 491 491 vb = ctx['vb'] 492 492 session = ctx['mgr'].getSessionObject(vb) 493 mach.lock ForSession(session, True)493 mach.lockMachine(session, ctx['global'].constants.LockType_Shared) 494 494 except Exception,e: 495 495 printErr(ctx, "Session to '%s' not open: %s" %(mach.name,str(e)))
Note:
See TracChangeset
for help on using the changeset viewer.