VirtualBox

Changeset 49687 in vbox for trunk/include/VBox/settings.h


Ignore:
Timestamp:
Nov 27, 2013 6:00:49 PM (11 years ago)
Author:
vboxsync
Message:

Main/Snapshot: block deleting of current snapshot if it has child snapshots, as this would lead to VM config corruption, plus safety belts in the GUI and settings reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r49587 r49687  
    12761276    void readAutostart(const xml::ElementNode *pElmAutostart, Autostart *pAutostart);
    12771277    void readGroups(const xml::ElementNode *elmGroups, StringsList *pllGroups);
    1278     void readSnapshot(uint32_t depth, const xml::ElementNode &elmSnapshot, Snapshot &snap);
     1278    bool readSnapshot(const com::Guid &curSnapshotUuid, uint32_t depth, const xml::ElementNode &elmSnapshot, Snapshot &snap);
    12791279    void convertOldOSType_pre1_5(com::Utf8Str &str);
    12801280    void readMachine(const xml::ElementNode &elmMachine);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette