Issue 1424: Fix existing bug in CosTypedNotifyChannelAdmin IDL (notif_service-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: 2) We need to fix the existing bug in the CosTypedNotifyChannelAdmin IDL, caused by the TypedEventChannel interface defined there inheriting from both CosNotifyChannelAdmin::EventChannel, and CosTypedEventChannelAdmin::TypedEventChannel. Because the former also inherits CosEventChannelAdmin::EventChannel, CosTypedNotifyChannelAdmin::TypedEventChannel is inheriting from multiple interfaces that each define "for_consumers" and "for_suppliers" operations, returning values that are scoped differently. This is an IDL bug that must be resolved. Resolution: Revised Text: :EventChannel, and Actions taken: May 28, 1998: received issue February 23, 1999: closed issue Discussion: End of Annotations:===== Return-Path: From: "Michael J. Greenberg" Subject: Issues for discussion... To: notif_service-rtf@omg.org Date: Thu, 28 May 1998 17:19:29 -0400 (EDT) Cc: juergen@omg.org, dsm@syl.nj.nec.com Hello, First off, I'd like to remind everyone that there is an official meeting of the Notification Service Revision Taskforce scheduled for Monday, 6/8 at 5PM in Orlando. Please attend if possible! The main reason for this message is to initiate an official "Issues List", enumerating changes to the Notification Service spec that we should discuss during our meeting. Here is my first cut at a list of known issues: 2) We need to fix the existing bug in the CosTypedNotifyChannelAdmin IDL, caused by the TypedEventChannel interface defined there inheriting from both CosNotifyChannelAdmin::EventChannel, and CosTypedEventChannelAdmin::TypedEventChannel. Because the former also inherits CosEventChannelAdmin::EventChannel, CosTypedNotifyChannelAdmin::TypedEventChannel is inheriting from multiple interfaces that each define "for_consumers" and "for_suppliers" operations, returning values that are scoped differently. This is an IDL bug that must be resolved.