Changeset 37824 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Jul 7, 2011 3:29:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72711
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r37709 r37824 1692 1692 && (fPassThrough == a.fPassThrough) 1693 1693 && (fTempEject == a.fTempEject) 1694 && (fNonRotational == a.fNonRotational) 1694 1695 && (lPort == a.lPort) 1695 1696 && (lDevice == a.lDevice) … … 2984 2985 2985 2986 if (strTemp == "HardDisk") 2987 { 2986 2988 att.deviceType = DeviceType_HardDisk; 2989 pelmAttached->getAttributeValue("nonrotational", att.fNonRotational); 2990 } 2987 2991 else if (m->sv >= SettingsVersion_v1_9) 2988 2992 { … … 4229 4233 case DeviceType_HardDisk: 4230 4234 pcszType = "HardDisk"; 4235 if (att.fNonRotational) 4236 pelmDevice->setAttribute("nonrotational", att.fNonRotational); 4231 4237 break; 4232 4238
Note:
See TracChangeset
for help on using the changeset viewer.