From 390ca323013588f12d23bad61d4dab122c9a1533 Mon Sep 17 00:00:00 2001 From: coryan Date: Tue, 23 Dec 1997 01:26:30 +0000 Subject: ChangeLogTag:Mon Dec 22 19:08:55 1997 Carlos O'Ryan --- TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl | 37 ++++++--------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl') diff --git a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl index ec0147abbb9..9ba626ba73e 100644 --- a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl +++ b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl @@ -6,10 +6,8 @@ module RtecEventChannelAdmin { - exception AlreadyConnected { - }; - exception TypeError { - }; + exception AlreadyConnected {}; + exception TypeError {}; struct Dependency { RtecEventComm::Event event_; @@ -55,31 +53,12 @@ module RtecEventChannelAdmin { }; interface EventChannel { - exception SYNCHRONIZATION_ERROR { - long minor; - long status; - string name; - }; - exception QOS_ERROR { - long minor; - long status; - string name; - }; - exception SUBSCRIPTION_ERROR { - long minor; - long status; - string name; - }; - exception CORRELATION_ERROR { - long minor; - long status; - string name; - }; - exception DISPATCH_ERROR { - long minor; - long status; - string name; - }; + exception SYNCHRONIZATION_ERROR {}; + exception QOS_ERROR {}; + exception SUBSCRIPTION_ERROR {}; + exception CORRELATION_ERROR {}; + exception DISPATCH_ERROR {}; + ConsumerAdmin for_consumers(); SupplierAdmin for_suppliers(); -- cgit v1.2.1