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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp623 CGuestOSType VBoxGlobal::vmGuestOSType(const QString &aTypeId, argument
637 if (!list [j].GetId().compare (aTypeId))
639 AssertMsgFailed (("Type ID incorrect: '%s'.", aTypeId.toLatin1().constData()));
646 QString VBoxGlobal::vmGuestOSTypeDescription (const QString &aTypeId) const
652 if (!list [j].GetId().compare (aTypeId))

Completed in 57 milliseconds