VirtualBox

Ignore:
Timestamp:
Oct 24, 2010 3:57:55 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66973
Message:

VRDE: API changes for the VRDP server separation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r33321 r33386  
    955955    print "  Pointing device [pointingHidType]: %s (%s)" %(asEnumElem(ctx,"PointingHidType", mach.pointingHidType), mach.pointingHidType)
    956956    print "  Last changed [n/a]: " + time.asctime(time.localtime(long(mach.lastStateChange)/1000))
    957     # OSE has no VRDP
     957    # OSE has no VRDE
    958958    try:
    959         print "  VRDP server [VRDPServer.enabled]: %s" %(asState(mach.VRDPServer.enabled))
     959        print "  VRDE server [VRDEServer.enabled]: %s" %(asState(mach.VRDEServer.enabled))
    960960    except:
    961961        pass
     
    29872987
    29882988commands = {'help':['Prints help information', helpCmd, 0],
    2989             'start':['Start virtual machine by name or uuid: start Linux vrdp', startCmd, 0],
     2989            'start':['Start virtual machine by name or uuid: start Linux headless', startCmd, 0],
    29902990            'createVm':['Create virtual machine: createVm macvm MacOS', createVmCmd, 0],
    29912991            'removeVm':['Remove virtual machine', removeVmCmd, 0],
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette