VirtualBox

Changeset 15582 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 16, 2008 1:22:33 PM (16 years ago)
Author:
vboxsync
Message:

#3281: Introduced a 'version' attribute on the <Hardware> element setting it to '1' during conversion if a saved state was found, otherwise using the default of '2'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r15051 r15582  
    250250        bool operator== (const HWData &that) const;
    251251
     252        Bstr           mHWVersion;
    252253        ULONG          mMemorySize;
    253254        ULONG          mMemoryBalloonSize;
     
    475476    STDMETHOD(COMGETTER(OSTypeId)) (BSTR *aOSTypeId);
    476477    STDMETHOD(COMSETTER(OSTypeId)) (IN_BSTR aOSTypeId);
     478    STDMETHOD(COMGETTER(HardwareVersion))(BSTR *aVersion);
     479    STDMETHOD(COMSETTER(HardwareVersion))(IN_BSTR aVersion);
    477480    STDMETHOD(COMGETTER(MemorySize))(ULONG *memorySize);
    478481    STDMETHOD(COMSETTER(MemorySize))(ULONG memorySize);
Note: See TracChangeset for help on using the changeset viewer.

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