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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3313 const xml::ElementNode *pelmBandwidthGroup; local
3314 while ((pelmBandwidthGroup = nl2.forAllNodes()))
3319 pelmBandwidthGroup->getAttributeValue("name", gr.strName);
3321 if (pelmBandwidthGroup->getAttributeValue("type", strTemp))
3328 throw ConfigFileError(this, pelmBandwidthGroup, N_("Invalid value '%s' in BandwidthGroup/@type attribute"), strTemp.c_str());
3331 throw ConfigFileError(this, pelmBandwidthGroup, N_("Missing BandwidthGroup/@type attribute"));
3333 if (!pelmBandwidthGroup->getAttributeValue("maxBytesPerSec", gr.cMaxBytesPerSec))
3335 pelmBandwidthGroup->getAttributeValue("maxMbPerSec", gr.cMaxBytesPerSec);

Completed in 61 milliseconds