Changeset 37709 in vbox for trunk/include/VBox
- Timestamp:
- Jun 30, 2011 1:51:51 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r37502 r37709 806 806 : deviceType(DeviceType_Null), 807 807 fPassThrough(false), 808 fTempEject(false), 808 809 lPort(0), 809 810 lDevice(0) … … 816 817 // DVDs can be in pass-through mode: 817 818 bool fPassThrough; 819 820 // Whether guest-triggered eject of DVDs will keep the medium in the 821 // VM config or not: 822 bool fTempEject; 818 823 819 824 int32_t lPort;
Note:
See TracChangeset
for help on using the changeset viewer.