Changeset 60107 in vbox for trunk/include
- Timestamp:
- Mar 19, 2016 10:22:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r58437 r60107 289 289 //////////////////////////////////////////////////////////////////////////////// 290 290 291 struct USBDeviceSource 292 { 293 com::Utf8Str strName; 294 com::Utf8Str strBackend; 295 com::Utf8Str strAddress; 296 StringsMap properties; 297 }; 298 299 typedef std::list<USBDeviceSource> USBDeviceSourcesList; 300 291 301 struct Host 292 302 { 293 303 USBDeviceFiltersList llUSBDeviceFilters; 304 USBDeviceSourcesList llUSBDeviceSources; 294 305 }; 295 306 … … 435 446 private: 436 447 void bumpSettingsVersionIfNeeded(); 448 void buildUSBDeviceSources(xml::ElementNode &elmParent, const USBDeviceSourcesList &ll); 449 void readUSBDeviceSources(const xml::ElementNode &elmDeviceSources, USBDeviceSourcesList &ll); 437 450 }; 438 451
Note:
See TracChangeset
for help on using the changeset viewer.