Changeset 56788 in vbox for trunk/include
- Timestamp:
- Jul 3, 2015 3:09:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r56516 r56788 1199 1199 uFaultTolerancePort(0), 1200 1200 uFaultToleranceInterval(0), 1201 fRTCUseUTC(false) 1201 fRTCUseUTC(false), 1202 strVMPriority("") 1202 1203 { 1203 1204 llGroups.push_back("/"); … … 1223 1224 && (strFaultTolerancePassword == c.strFaultTolerancePassword) 1224 1225 && (fRTCUseUTC == c.fRTCUseUTC) 1225 && (ovIcon == c.ovIcon); 1226 && (ovIcon == c.ovIcon) 1227 && (strVMPriority == c.strVMPriority); 1226 1228 } 1227 1229 … … 1244 1246 bool fRTCUseUTC; 1245 1247 com::Utf8Str ovIcon; 1248 com::Utf8Str strVMPriority; 1246 1249 }; 1247 1250
Note:
See TracChangeset
for help on using the changeset viewer.