VirtualBox

Ignore:
Timestamp:
Aug 2, 2012 4:44:39 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79727
Message:

Main: big API naming cleanup, use all caps acronyms everywhere, including SDK docs
Frontends/VBoxManage: implement guestcontrol execute for new API, disabled by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.cpp

    r41615 r42551  
    4949    const CGuestOSType &osType = vbox.GetGuestOSType(m_machine.GetOSTypeId());
    5050    /* Determine recommended controller's 'bus' & 'type': */
    51     KStorageBus dvdCtrBus = osType.GetRecommendedDvdStorageBus();
    52     KStorageControllerType dvdCtrType = osType.GetRecommendedDvdStorageController();
     51    KStorageBus dvdCtrBus = osType.GetRecommendedDVDStorageBus();
     52    KStorageControllerType dvdCtrType = osType.GetRecommendedDVDStorageController();
    5353    /* Declare null 'dvd' attachment: */
    5454    CMediumAttachment cda;
     
    132132    const CGuestOSType &osType = vbox.GetGuestOSType(machine.GetOSTypeId());
    133133    /* Determine recommended controller's 'bus' & 'type': */
    134     KStorageBus hdCtrBus = osType.GetRecommendedHdStorageBus();
    135     KStorageControllerType hdCtrType = osType.GetRecommendedHdStorageController();
     134    KStorageBus hdCtrBus = osType.GetRecommendedHDStorageBus();
     135    KStorageControllerType hdCtrType = osType.GetRecommendedHDStorageController();
    136136    /* Enumerate attachments vector: */
    137137    const CMediumAttachmentVector &attachments = machine.GetMediumAttachments();
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