Issue 17: Key type definition (events) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: TypedConsumerAdmin and TypedSupplierAdmin have operations that take a "Key" type (which identifies an interface), but do not specify the specific value needed to ID an interface. Resolution: Revised Text: Add the following comment to the "typedef string Key;" line of the IDL on page 2-16: typedef string Key; // Repository ID Append the following after the first sentence of the first para on page 2-18: The key specifies the repository ID of the supported interface. Append the following after the first sentence of the second para on page 2-18: The key specifies the repository ID of the interface used. Append the following after the first sentence of the first para on page 2-19: The key specifies the repository ID of the supported interface. Append the following after the first sentence of the second para on page 2-19: The key specifies the repository ID of the interface used. Actions taken: June 26, 1996: Received issue February 27, 2001: closed issue Discussion: TypedConsumerAdmin and TypedSupplierAdmin have operations that take a "Key" type (which identifies an interface), but do not specify the specific value needed to ID an interface. Resolution: The Key type is a the repository ID of the required interface, such as "IDL:myorg.com/MyModule/MyInterface:1.0 End of Annotations:=====