Issue 15960: Incorrect statement that implies that connect_consumer returns a cookie (components-rtf) Source: Remedy IT (Mr. Marcel Smit, nobody) Nature: Revision Severity: Minor Summary: In chapter 6.6.8, sub paragraph "connect_consumer" the following statement is given: The cookie return value can be used to disconnect from the source. I think that this sentence should be removed from the specification since connect_consumer is declared as follows: void connect_consumer ( in FeatureName emitter_name, in EventConsumerBase consumer) raises (InvalidName, AlreadyConnected, InvalidConnection); Also, disconnect_consumer doesn't provide a cookie as input parameter. Resolution: Revised Text: Actions taken: January 14, 2011: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 14 Jan 2011 08:58:46 -0500 To: Subject: Issue/Bug Report ******************************************************************************* Name: Marcel Smit Employer: mailFrom: msmit@remedy.nl Terms_Agreement: I agree Specification: CORBA Component Model Specification Section: 6.6.8 FormalNumber: 06-04-01 Version: 4.0 Doc_Year: 2006 Doc_Month: April Doc_Day: 01 Page: 31 Title: Incorrect statement that implies that connect_consumer returns a cookie Nature: Revision Severity: Minor CODE: 3TMw8 B1: Report Issue Description: In chapter 6.6.8, sub paragraph "connect_consumer" the following statement is given: The cookie return value can be used to disconnect from the source. I think that this sentence should be removed from the specification since connect_consumer is declared as follows: void connect_consumer ( in FeatureName emitter_name, in EventConsumerBase consumer) raises (InvalidName, AlreadyConnected, InvalidConnection); Also, disconnect_consumer doesn't provide a cookie as input parameter.