VirtualBox

Changeset 29591 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 18, 2010 7:06:38 AM (15 years ago)
Author:
vboxsync
Message:

Complete API, but leave it unimplemented

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

Legend:

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

    r29589 r29591  
    227227
    228228    return S_OK;
     229}
     230
     231STDMETHODIMP Guest::COMSETTER(PageFusionEnabled) (BOOL aPageFusionEnabled)
     232{
     233    AutoCaller autoCaller(this);
     234    if (FAILED(autoCaller.rc())) return autoCaller.rc();
     235
     236    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     237
     238    /** todo; API complete, but not implemented */
     239
     240    return E_NOTIMPL;
    229241}
    230242
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r29589 r29591  
    84978497  <interface
    84988498     name="IGuest" extends="$unknown"
    8499      uuid="25efde01-dd0b-43b0-9ceb-e4e6307107ac"
     8499     uuid="d915dff1-ed38-495a-91f1-ab6c53932468"
    85008500     wsmap="managed"
    85018501     >
     
    85628562    </attribute>
    85638563
    8564     <attribute name="pageFusionEnabled" type="boolean" readonly="yes">
     8564    <attribute name="pageFusionEnabled" type="boolean">
    85658565      <desc>Flag whether page fusion is enabled or not.</desc>
    85668566    </attribute>
  • trunk/src/VBox/Main/include/GuestImpl.h

    r29589 r29591  
    8383    STDMETHOD(COMSETTER(MemoryBalloonSize)) (ULONG aMemoryBalloonSize);
    8484    STDMETHOD(COMGETTER(PageFusionEnabled)) (BOOL *aPageFusionEnabled);
     85    STDMETHOD(COMSETTER(PageFusionEnabled)) (BOOL aPageFusionEnabled);
    8586    STDMETHOD(COMGETTER(StatisticsUpdateInterval)) (ULONG *aUpdateInterval);
    8687    STDMETHOD(COMSETTER(StatisticsUpdateInterval)) (ULONG aUpdateInterval);
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