summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTypedEventComm.idl
blob: a210c06d61620139ee5237d92fbe71670fce3c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

//=============================================================================
/**
*  @file  CosTypedEventComm.idl
*
*  $Id$
*
*  @brief Part of the Event Service
*          See http://www.omg.org/docs/formal/01-03-01.pdf
*/
//=============================================================================

#ifndef _COS_TYPED_EVENT_COMM_IDL_
#define _COS_TYPED_EVENT_COMM_IDL_

#include "CosEventComm.idl"

#pragma prefix "omg.org"

module CosTypedEventComm {

  interface TypedPushConsumer : CosEventComm::PushConsumer {
    Object get_typed_consumer();
  };

  interface TypedPullSupplier : CosEventComm::PullSupplier {
    Object get_typed_supplier();
  };

};

#endif // _COS_TYPED_EVENT_COMM_IDL