Changeset 5388 in vbox for trunk/src/VBox
- Timestamp:
- Oct 19, 2007 4:44:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/include/BIOSSettingsImpl.h ¶
r5361 r5388 49 49 { 50 50 return this == &that || 51 (mLogoFadeIn == that.mLogoFadeIn && 52 mLogoFadeOut == that.mLogoFadeOut && 53 mLogoDisplayTime == that.mLogoDisplayTime && 54 mLogoImagePath == that.mLogoImagePath && 55 mBootMenuMode == that.mBootMenuMode && 56 mACPIEnabled == that.mACPIEnabled && 57 mIOAPICEnabled == that.mIOAPICEnabled && 58 mPXEDebugEnabled == that.mPXEDebugEnabled && 59 mTimeOffset == that.mTimeOffset); 51 (mLogoFadeIn == that.mLogoFadeIn && 52 mLogoFadeOut == that.mLogoFadeOut && 53 mLogoDisplayTime == that.mLogoDisplayTime && 54 mLogoImagePath == that.mLogoImagePath && 55 mBootMenuMode == that.mBootMenuMode && 56 mACPIEnabled == that.mACPIEnabled && 57 mIOAPICEnabled == that.mIOAPICEnabled && 58 mPXEDebugEnabled == that.mPXEDebugEnabled && 59 mIDEControllerType == that.mIDEControllerType && 60 mTimeOffset == that.mTimeOffset); 60 61 } 61 62
Note:
See TracChangeset
for help on using the changeset viewer.