summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-10 19:00:44 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-10 19:00:44 +0000
commit3c49bdad1ad6cd8c2305d37b05f468173310ddda (patch)
tree35e9d29b2cd9e88759a6ff859d0dc0588b702e81 /TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
parent9e8965f83cea9ab5e6673b4c88a07ee447390c86 (diff)
downloadATCD-3c49bdad1ad6cd8c2305d37b05f468173310ddda.tar.gz
ChangeLogTag:Mon Aug 10 13:33:52 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
index 78668087900..081c48ef498 100644
--- a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
+++ b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
@@ -41,6 +41,8 @@ module RtecEventChannelAdmin {
void connect_push_consumer(
in RtecEventComm::PushConsumer push_consumer,
in ConsumerQOS qos) raises(AlreadyConnected, TypeError);
+ void suspend_connection ();
+ void resume_connection ();
};
// TODO: Find out the exception specs for the following interface's