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

/vbox/src/VBox/Main/src-server/
H A DBandwidthControlImpl.cpp477 HRESULT BandwidthControl::getAllBandwidthGroups(std::vector<ComPtr<IBandwidthGroup> > &aBandwidthGroups) argument
480 aBandwidthGroups.resize(0);
485 aBandwidthGroups.push_back(*it);

Completed in 43 milliseconds