VirtualBox

Changeset 29309 in vbox


Ignore:
Timestamp:
May 10, 2010 3:44:55 PM (15 years ago)
Author:
vboxsync
Message:

Wording

Location:
trunk/src/VBox/Main
Files:
5 edited

Legend:

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

    r29299 r29309  
    208208}
    209209
    210 STDMETHODIMP Guest::COMGETTER(SharedPagingEnabled) (BOOL *enabled)
     210STDMETHODIMP Guest::COMGETTER(PageFusionEnabled) (BOOL *enabled)
    211211{
    212212    return E_NOTIMPL;
    213213}
    214214
    215 STDMETHODIMP Guest::COMSETTER(SharedPagingEnabled) (BOOL enabled)
     215STDMETHODIMP Guest::COMSETTER(PageFusionEnabled) (BOOL enabled)
    216216{
    217217    return E_NOTIMPL;
  • trunk/src/VBox/Main/MachineImpl.cpp

    r29225 r29309  
    14641464}
    14651465
    1466 STDMETHODIMP Machine::COMGETTER(SharedPagingEnabled) (BOOL *enabled)
     1466STDMETHODIMP Machine::COMGETTER(PageFusionEnabled) (BOOL *enabled)
    14671467{
    14681468    return E_NOTIMPL;
    14691469}
    14701470
    1471 STDMETHODIMP Machine::COMSETTER(SharedPagingEnabled) (BOOL enabled)
     1471STDMETHODIMP Machine::COMSETTER(PageFusionEnabled) (BOOL enabled)
    14721472{
    14731473    return E_NOTIMPL;
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r29225 r29309  
    42154215  <interface
    42164216     name="IMachine" extends="$unknown"
    4217      uuid="ebea94d0-7663-4dea-8052-00946dd63d11"
     4217     uuid="b5d4457e-888f-46ef-b2db-644616db94fd"
    42184218     wsmap="managed"
    42194219     >
     
    44204420    </attribute>
    44214421
    4422     <attribute name="SharedPagingEnabled" type="boolean">
     4422    <attribute name="PageFusionEnabled" type="boolean">
    44234423      <desc>
    44244424        This setting determines whether VirtualBox allows page
    4425         sharing for this machine (64 bits host only).
     4425        fusion for this machine (64 bits host only).
    44264426      </desc>
    44274427    </attribute>
     
    85068506  <interface
    85078507     name="IGuest" extends="$unknown"
    8508      uuid="d073545f-9635-489e-b36f-d468a10f8987"
     8508     uuid="27211d55-8b11-4f07-9519-b7563ea2dc29"
    85098509     wsmap="managed"
    85108510     >
     
    85718571    </attribute>
    85728572
    8573     <attribute name="SharedPagingEnabled" type="boolean">
    8574       <desc>
    8575         Flag whether VirtualBox allows page sharing for this machine
     8573    <attribute name="PageFusionEnabled" type="boolean">
     8574      <desc>
     8575        Flag whether VirtualBox allows page fusion for this machine
    85768576        (64 bits host only; transient property).
    85778577      </desc>
  • trunk/src/VBox/Main/include/GuestImpl.h

    r29225 r29309  
    8080    STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless);
    8181    STDMETHOD(COMGETTER(SupportsGraphics)) (BOOL *aSupportsGraphics);
    82     STDMETHOD(COMGETTER(SharedPagingEnabled)) (BOOL *enabled);
    83     STDMETHOD(COMSETTER(SharedPagingEnabled)) (BOOL enabled);
     82    STDMETHOD(COMGETTER(PageFusionEnabled)) (BOOL *enabled);
     83    STDMETHOD(COMSETTER(PageFusionEnabled)) (BOOL enabled);
    8484    STDMETHOD(COMGETTER(MemoryBalloonSize)) (ULONG *aMemoryBalloonSize);
    8585    STDMETHOD(COMSETTER(MemoryBalloonSize)) (ULONG aMemoryBalloonSize);
  • trunk/src/VBox/Main/include/MachineImpl.h

    r29225 r29309  
    393393    STDMETHOD(COMGETTER(MemoryBalloonSize))(ULONG *memoryBalloonSize);
    394394    STDMETHOD(COMSETTER(MemoryBalloonSize))(ULONG memoryBalloonSize);
    395     STDMETHOD(COMGETTER(SharedPagingEnabled))(BOOL *enabled);
    396     STDMETHOD(COMSETTER(SharedPagingEnabled))(BOOL enabled);
     395    STDMETHOD(COMGETTER(PageFusionEnabled))(BOOL *enabled);
     396    STDMETHOD(COMSETTER(PageFusionEnabled))(BOOL enabled);
    397397    STDMETHOD(COMGETTER(VRAMSize))(ULONG *memorySize);
    398398    STDMETHOD(COMSETTER(VRAMSize))(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