Changeset 101683 in vbox for trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
- Timestamp:
- Oct 31, 2023 12:38:46 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r101633 r101683 2638 2638 return setError(E_FAIL, tr("The detected guest OS type requires EFI to boot and therefore is not supported yet")); 2639 2639 2640 /* Set the guest additions install package name. */ 2641 mStrAdditionsInstallPackage = Global::sOSTypes[idxMachineOSType].guestAdditionsInstallPkgName; 2642 2640 2643 /* 2641 2644 * Do some default property stuff and check other properties. … … 4184 4187 } 4185 4188 4189 Utf8Str const &Unattended::i_getAdditionsInstallPackage() const 4190 { 4191 Assert(isReadLockedOnCurrentThread()); 4192 return mStrAdditionsInstallPackage; 4193 } 4194 4186 4195 bool Unattended::i_isRtcUsingUtc() const 4187 4196 {
Note:
See TracChangeset
for help on using the changeset viewer.