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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1155 std::list<VirtualSystemDescriptionEntry*> llLicense = vsdescThis->i_findByType(VirtualSystemDescriptionType_License); local
1156 if (llLicense.size() &&
1157 !llLicense.back()->strVBoxCurrent.isEmpty())
1173 pelmEulaSection->createChild("License")->addContent(llLicense.back()->strVBoxCurrent);

Completed in 53 milliseconds