summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_Events.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_Events.idl')
-rw-r--r--CIAO/ciao/CCM_Events.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/CIAO/ciao/CCM_Events.idl b/CIAO/ciao/CCM_Events.idl
index 4abc6ca4115..de0f894daf2 100644
--- a/CIAO/ciao/CCM_Events.idl
+++ b/CIAO/ciao/CCM_Events.idl
@@ -57,14 +57,9 @@ module Components
EventConsumerBase get_consumer (in FeatureName sink_name)
raises (InvalidName);
- /**
- * @todo Mismatch with 06-04-01, AlreadyConnected is not listed in the
- * spec with this operation.
- */
Cookie subscribe (in FeatureName publisher_name,
in EventConsumerBase subscriber)
raises (InvalidName,
- AlreadyConnected,
InvalidConnection,
ExceededConnectionLimit);