Changeset 23397 in vbox for trunk/src/VBox
- Timestamp:
- Sep 28, 2009 6:38:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumAttachmentImpl.cpp
r23394 r23397 251 251 CheckComRCReturnRC(autoCaller.rc()); 252 252 253 /** @todo the entire passthrough handling can only be enabled after the 254 * MediumAttachment handling in Machine is fixed. */ 255 #if 0 253 256 /* the machine need to be mutable */ 254 257 Machine::AutoMutableStateDependency adep(mParent); … … 262 265 m->passthrough = !!aPassthrough; 263 266 } 267 #endif 264 268 265 269 LogFlowThisFuncLeave();
Note:
See TracChangeset
for help on using the changeset viewer.