summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-26 17:22:39 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-26 17:22:39 +0000
commitb0bc17bc7fe78c76aaa52a08eb762a5077d63d1e (patch)
treeb1ce89b45607dc222c8a9e016ab4848077b832f0 /TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
parentff1d4ad8e2df3b7fc47f5586a91a44d37736039d (diff)
downloadATCD-b0bc17bc7fe78c76aaa52a08eb762a5077d63d1e.tar.gz
ChangeLogTag:Tue Mar 26 12:21:41 2002 Carlos O'Ryan <coryan@atdesk.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
index 1a85199db46..05fe33a8969 100644
--- a/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
+++ b/TAO/orbsvcs/orbsvcs/RtecEventChannelAdmin.idl
@@ -159,7 +159,7 @@ module RtecEventChannelAdmin
* Each consumer converse with the Event Channel via a different
* object that implements the ProxyPushSupplier interface. This is
* a common idiom in CORBA, as it allows the identification of the
- * remove consumer quickly.
+ * remove consumer efficiently.
*/
interface ProxyPushSupplier : RtecEventComm::PushSupplier
{
@@ -208,12 +208,12 @@ module RtecEventChannelAdmin
* @interface ProxyPushConsumer
*
* @brief Interface used to implement the Abstract Session pattern
- * for the consumers.
+ * for the suppliers.
*
* Each supplier converse with the Event Channel via a different
* object that implements the ProxyPushConsumer interface. This is
* a common idiom in CORBA, as it allows identification of the
- * remote supplier quickly.
+ * remote supplier efficiently.
*/
interface ProxyPushConsumer : RtecEventComm::PushConsumer
{
@@ -256,7 +256,7 @@ module RtecEventChannelAdmin
/**
* @class SupplierAdmin
*
- * @brief Implement an Abstract Factory to create ProxyPushSupplier
+ * @brief Implement an Abstract Factory to create ProxyPushConsumer
* objects.
*/
interface SupplierAdmin