Changeset 93189 in vbox for trunk/src/VBox/Main/include/UnattendedImpl.h
- Timestamp:
- Jan 11, 2022 9:50:56 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r93115 r93189 122 122 Utf8Str mStrPostInstallCommand; 123 123 Utf8Str mStrExtraInstallKernelParameters; 124 Utf8Str mStrProxy; 124 125 125 126 bool mfDoneDetectIsoOS; /**< Set by detectIsoOS(), cleared by setIsoPath(). */ … … 129 130 RTCList<RTCString, RTCString *> mDetectedOSLanguages; /**< (only relevant for windows at the moment) */ 130 131 Utf8Str mStrDetectedOSHints; 131 Utf8Str mStrProxy;132 132 /** @} */ 133 133
Note:
See TracChangeset
for help on using the changeset viewer.