Changeset 78929 in vbox
- Timestamp:
- Jun 3, 2019 10:54:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78923 r78929 1383 1383 strOsType = Global::OSTypeId(guestOsType); 1384 1384 vsd->RemoveDescriptionByType(VirtualSystemDescriptionType_OS); 1385 vsd->AddDescription(VirtualSystemDescriptionType_ Name,1385 vsd->AddDescription(VirtualSystemDescriptionType_OS, 1386 1386 Bstr(strOsType).raw(), 1387 1387 Bstr(strOsType).raw()); … … 1392 1392 { 1393 1393 strOsType = Global::OSTypeId(guestOsType); 1394 vsd->AddDescription(VirtualSystemDescriptionType_ Name,1394 vsd->AddDescription(VirtualSystemDescriptionType_OS, 1395 1395 Bstr(strOsType).raw(), 1396 1396 Bstr(strOsType).raw()); … … 1961 1961 LogRel(("%s: Cloud import (local phase) - exception occured (%Rrc).\n", __FUNCTION__, aRc)); 1962 1962 hrc = aRc; 1963 } 1964 catct (int aRc) 1965 { 1966 LogRel(("%s: Cloud import (local phase) - exception occured (%Rrc).\n", __FUNCTION__, aRc)); 1967 hrc = setErrorVrc(aRc); 1963 1968 } 1964 1969 catch (...)
Note:
See TracChangeset
for help on using the changeset viewer.