Changeset 48735 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 27, 2013 1:19:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r48718 r48735 10818 10818 dev.lPort = pAttach->getPort(); 10819 10819 dev.lDevice = pAttach->getDevice(); 10820 dev.fPassThrough = pAttach->getPassthrough(); 10820 10821 if (pMedium) 10821 10822 { … … 10824 10825 else 10825 10826 dev.uuid = pMedium->getId(); 10826 dev.fPassThrough = pAttach->getPassthrough();10827 10827 dev.fTempEject = pAttach->getTempEject(); 10828 10828 dev.fNonRotational = pAttach->getNonRotational();
Note:
See TracChangeset
for help on using the changeset viewer.