Changeset 28529 in vbox
- Timestamp:
- Apr 20, 2010 2:34:16 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60334
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28481 r28529 223 223 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 224 224 225 /* We must be 100% sure that IMachine::COMSETTER(MemoryBalloonSize) 226 * does not call us back in any way! */ 225 227 HRESULT ret = mParent->machine()->COMSETTER(MemoryBalloonSize)(aMemoryBalloonSize); 226 228 if (ret == S_OK) -
trunk/src/VBox/Main/MachineImpl.cpp
r28527 r28529 1441 1441 } 1442 1442 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 */ 1443 1449 STDMETHODIMP Machine::COMSETTER(MemoryBalloonSize)(ULONG memoryBalloonSize) 1444 1450 {
Note:
See TracChangeset
for help on using the changeset viewer.