Searched refs:llGuidsMachinesCreated (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h103 std::list<Guid> llGuidsMachinesCreated; member in struct:Appliance::Data
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp546 aMachines.resize(m->llGuidsMachinesCreated.size());
548 for (std::list<Guid>::const_iterator it = m->llGuidsMachinesCreated.begin();
549 it != m->llGuidsMachinesCreated.end();
H A DApplianceImplImport.cpp1422 m->llGuidsMachinesCreated.clear();
1435 for (list<Guid>::iterator itID = m->llGuidsMachinesCreated.begin();
1436 itID != m->llGuidsMachinesCreated.end();
3035 m->llGuidsMachinesCreated.push_back(uuidNewMachine);
3965 m->llGuidsMachinesCreated.push_back(Guid(bstrNewMachineId));

Completed in 60 milliseconds