Skip to content

CLIDComps: Extend getIDOfTypeName() to handle numeric CLIDs.

In ClassIDSvc::getIDOfTypeName(), if we fail in looking up the type name, see if the supplied string is a decimal number. If so, then convert it to a CLID and return success. This allows the CLID number to be used instead of a class name.

Merge request reports