Changeset 17669 in vbox for trunk/src/VBox/Main/SessionImpl.cpp
- Timestamp:
- Mar 11, 2009 9:56:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SessionImpl.cpp
r17600 r17669 569 569 570 570 return mConsole->onParallelPortChange(parallelPort); 571 } 572 573 STDMETHODIMP Session::OnStorageControllerChange() 574 { 575 LogFlowThisFunc (("\n")); 576 577 AutoCaller autoCaller (this); 578 AssertComRCReturn (autoCaller.rc(), autoCaller.rc()); 579 580 AutoReadLock alock (this); 581 AssertReturn (mState == SessionState_Open, VBOX_E_INVALID_VM_STATE); 582 AssertReturn (mType == SessionType_Direct, VBOX_E_INVALID_OBJECT_STATE); 583 584 return mConsole->onStorageControllerChange(); 571 585 } 572 586
Note:
See TracChangeset
for help on using the changeset viewer.