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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp369 uint32_t cLicensesInTheWay = 0; local
479 ++cLicensesInTheWay;
493 --cLicensesInTheWay;
863 if (cLicensesInTheWay == 1)
865 else if (cLicensesInTheWay > 1)
866 RTMsgError("Cannot import until the %c license agreements listed above are accepted.", cLicensesInTheWay);
868 if (!cLicensesInTheWay && fExecute)

Completed in 44 milliseconds