Changeset 14558 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 25, 2008 9:42:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/BIOSSettingsImpl.cpp
r8155 r14558 442 442 break; 443 443 default: 444 return setError (E_ FAIL,444 return setError (E_INVALIDARG, 445 445 tr("Invalid IDE controller type '%d'"), 446 446 aControllerType); … … 715 715 if (mPeer) 716 716 { 717 // attach new data to the peer and re share it717 // attach new data to the peer and re-share it 718 718 AutoWriteLock peerlock (mPeer); 719 719 mPeer->mData.attach (mData);
Note:
See TracChangeset
for help on using the changeset viewer.