Changeset 84645 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 2, 2020 5:21:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r82968 r84645 56 56 Utf8Str const &i_getFullUserName() const; 57 57 Utf8Str const &i_getProductKey() const; 58 Utf8Str const &i_getProxy() const; 58 59 Utf8Str const &i_getAdditionsIsoPath() const; 59 60 bool i_getInstallGuestAdditions() const; … … 122 123 RTCList<RTCString, RTCString *> mDetectedOSLanguages; /**< (only relevant for windows at the moment) */ 123 124 Utf8Str mStrDetectedOSHints; 125 Utf8Str mStrProxy; 124 126 /** @} */ 125 127
Note:
See TracChangeset
for help on using the changeset viewer.