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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp3266 * @param pllMachineGroups Pointer to list of strings for the result.
3270 HRESULT VirtualBox::i_convertMachineGroups(const std::vector<com::Utf8Str> aMachineGroups, StringsList *pllMachineGroups) argument
3272 pllMachineGroups->clear();
3286 if ( find(pllMachineGroups->begin(), pllMachineGroups->end(), group)
3287 == pllMachineGroups->end())
3288 pllMachineGroups->push_back(group);
3290 if (pllMachineGroups->size() == 0)
3291 pllMachineGroups->push_back("/");
3294 pllMachineGroups
[all...]

Completed in 44 milliseconds