Changeset 66062 in vbox
- Timestamp:
- Mar 13, 2017 4:19:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r65919 r66062 4354 4354 } 4355 4355 4356 BOOL fPassthrough = FALSE; 4356 4357 if (pMedium) 4357 4358 { … … 4374 4375 RTFsTypeName(enmFsTypeFile))); 4375 4376 } 4376 } 4377 4378 BOOL fPassthrough; 4379 hrc = pMediumAtt->COMGETTER(Passthrough)(&fPassthrough); H(); 4377 4378 if (fHostDrive) 4379 { 4380 hrc = pMediumAtt->COMGETTER(Passthrough)(&fPassthrough); H(); 4381 } 4382 } 4380 4383 4381 4384 ComObjPtr<IBandwidthGroup> pBwGroup;
Note:
See TracChangeset
for help on using the changeset viewer.