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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp1127 std::list< ComPtr<IMachine> >::iterator itM; local
1129 for (itM = llMachines.begin();
1130 itM != llMachines.end();
1131 ++itM, ++i)
1133 ComPtr<IMachine> pMachine = *itM;

Completed in 45 milliseconds