Changeset 48538 in vbox for trunk/include/VBox
- Timestamp:
- Sep 19, 2013 3:17:43 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r48406 r48538 202 202 return (strLoopbackHostAddress == strAddr); 203 203 } 204 204 205 205 bool operator == (uint32_t off) 206 206 { … … 595 595 com::Utf8Str strGenericDriver; 596 596 StringsMap genericProperties; 597 com::Utf8Str strNATNetworkName; 597 598 uint32_t ulBootPriority; 598 599 com::Utf8Str strBandwidthGroup; // requires settings version 1.13 (VirtualBox 4.2)
Note:
See TracChangeset
for help on using the changeset viewer.