Changeset 49687 in vbox for trunk/include/VBox/settings.h
- Timestamp:
- Nov 27, 2013 6:00:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r49587 r49687 1276 1276 void readAutostart(const xml::ElementNode *pElmAutostart, Autostart *pAutostart); 1277 1277 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); 1279 1279 void convertOldOSType_pre1_5(com::Utf8Str &str); 1280 1280 void readMachine(const xml::ElementNode &elmMachine);
Note:
See TracChangeset
for help on using the changeset viewer.