Changeset 102534 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 8, 2023 11:06:41 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r102381 r102534 80 80 Utf8Str const &i_getIsoPath() const; 81 81 Utf8Str const &i_getUser() const; 82 Utf8Str const &i_getPassword() const; 82 Utf8Str const &i_getUserPassword() const; 83 Utf8Str const &i_getAdminPassword() const; 83 84 Utf8Str const &i_getFullUserName() const; 84 85 Utf8Str const &i_getProductKey() const; … … 128 129 * @{ */ 129 130 Utf8Str mStrUser; 130 Utf8Str mStrPassword; 131 Utf8Str mStrUserPassword; 132 Utf8Str mStrAdminPassword; 131 133 Utf8Str mStrFullUserName; 132 134 Utf8Str mStrProductKey; … … 198 200 HRESULT getUser(com::Utf8Str &user); 199 201 HRESULT setUser(const com::Utf8Str &user); 200 HRESULT getPassword(com::Utf8Str &password); 201 HRESULT setPassword(const com::Utf8Str &password); 202 HRESULT getUserPassword(com::Utf8Str &password); 203 HRESULT setUserPassword(const com::Utf8Str &password); 204 HRESULT getAdminPassword(com::Utf8Str &password); 205 HRESULT setAdminPassword(const com::Utf8Str &password); 202 206 HRESULT getFullUserName(com::Utf8Str &user); 203 207 HRESULT setFullUserName(const com::Utf8Str &user);
Note:
See TracChangeset
for help on using the changeset viewer.