CORBA 3.5b1 RTF Avatar
  1. OMG Issue

CORBA35 — Incorrect statement that implies that connect_consumer returns a cookie

  • Key: CORBA35-30
  • Legacy Issue Number: 15960
  • Status: open  
  • Source: Remedy IT ( Marcel Smit)
  • 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.

  • Reported: ZIOP 1.0 — Fri, 14 Jan 2011 05:00 GMT
  • Updated: Wed, 1 Feb 2023 21:59 GMT