Changeset 101379 in vbox for trunk/include/VBox
- Timestamp:
- Oct 6, 2023 8:45:30 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r101345 r101379 1587 1587 bool readSnapshot(const com::Guid &curSnapshotUuid, const xml::ElementNode &elmSnapshot, Snapshot &snap); 1588 1588 static void convertGuestOSTypeFromPre1_5(com::Utf8Str &str); 1589 #ifdef GUEST_OS_ID_STYLE_PARTIAL_CLEANUP 1589 1590 static void convertGuestOSTypeFromPre1_20(com::Utf8Str &str); 1590 1591 static void convertGuestOSTypeToPre1_20(com::Utf8Str &str); 1591 static void convertGuestOSTypeSuffix(com::Utf8Str &str, const char *pszToReplace, const char *pszReplacement); 1592 #else 1593 static void convertGuestOSTypeFromDev1_20(com::Utf8Str &a_rstrOsType); 1594 #endif 1595 static void convertGuestOSTypeSuffix(com::Utf8Str &a_rstrOsType, const char *a_pszToReplace, const char *a_pszReplacement); 1592 1596 void readMachine(const xml::ElementNode &elmMachine); 1593 1597 void readMachineEncrypted(const xml::ElementNode &elmMachine, PCVBOXCRYPTOIF pCryptoIf, const char *pszPassword);
Note:
See TracChangeset
for help on using the changeset viewer.