VirtualBox

Changeset 16299 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 28, 2009 11:45:51 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42128
Message:

OVF: fix windows burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r16298 r16299  
    11431143        /* Now that we know the base system get our internal defaults based on that. */
    11441144        ComPtr<IGuestOSType> osType;
    1145         rc = mVirtualBox->COMGETTER(GuestOSType)(Bstr(Utf8Str(osTypeVBox.c_str())), osType.asOutParam());
     1145        rc = mVirtualBox->GetGuestOSType(Bstr(Utf8Str(osTypeVBox.c_str())), osType.asOutParam());
    11461146        ComAssertComRCThrowRC(rc);
    11471147
     
    11551155        /* RAM */
    11561156        /* @todo: check min/max requirements of VBox (SchemaDefs::Min/MaxGuestRAM) */
    1157         uint64_t ullMemSizeVBox = vs.ullMemorySize; /** @todo r=bird/MSC: this will overflow at 4GB, use 64-bit type. */
     1157        uint64_t ullMemSizeVBox = vs.ullMemorySize;
    11581158        if (vs.ullMemorySize == 0)
    11591159        {
     
    13221322        /* Now that we know the base system get our internal defaults based on that. */
    13231323        ComPtr<IGuestOSType> osType;
    1324         rc = mVirtualBox->COMGETTER(GuestOSType)(Bstr(Utf8Str(osTypeVBox.c_str())), osType.asOutParam());
     1324        rc = mVirtualBox->GetGuestOSType(Bstr(Utf8Str(osTypeVBox.c_str())), osType.asOutParam());
    13251325        ComAssertComRCThrowRC(rc);
    13261326
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