Searched defs:elmSnapshot (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3815 * @param elmSnapshot
3821 const xml::ElementNode &elmSnapshot,
3825 throw ConfigFileError(this, &elmSnapshot, N_("Maximum snapshot tree depth of %u exceeded"), SETTINGS_SNAPSHOT_DEPTH_MAX);
3829 if (!elmSnapshot.getAttributeValue("uuid", strTemp))
3830 throw ConfigFileError(this, &elmSnapshot, N_("Required Snapshot/@uuid attribute is missing"));
3834 if (!elmSnapshot.getAttributeValue("name", snap.strName))
3835 throw ConfigFileError(this, &elmSnapshot, N_("Required Snapshot/@name attribute is missing"));
3838 elmSnapshot.getAttributeValue("Description", snap.strDescription);
3840 if (!elmSnapshot.getAttributeValue("timeStamp", strTemp))
3841 throw ConfigFileError(this, &elmSnapshot, N
3819 readSnapshot(const Guid &curSnapshotUuid, uint32_t depth, const xml::ElementNode &elmSnapshot, Snapshot &snap) argument
[all...]

Completed in 44 milliseconds