VirtualBox

Changeset 28529 in vbox


Ignore:
Timestamp:
Apr 20, 2010 2:34:16 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60334
Message:

Main: added a note

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

Legend:

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

    r28481 r28529  
    223223    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    224224
     225    /* We must be 100% sure that IMachine::COMSETTER(MemoryBalloonSize)
     226     * does not call us back in any way! */
    225227    HRESULT ret = mParent->machine()->COMSETTER(MemoryBalloonSize)(aMemoryBalloonSize);
    226228    if (ret == S_OK)
  • trunk/src/VBox/Main/MachineImpl.cpp

    r28527 r28529  
    14411441}
    14421442
     1443/**
     1444 * Set the memory balloon size.
     1445 *
     1446 * This method is also called from IGuest::COMSETTER(MemoryBalloonSize) so
     1447 * we have to make sure that we never call IGuest from here.
     1448 */
    14431449STDMETHODIMP Machine::COMSETTER(MemoryBalloonSize)(ULONG memoryBalloonSize)
    14441450{
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