summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Receiver/Event_Connection_Test_Receiver.idl
blob: 1d407755d68ac6e0b18a1ca8355d569c0db13ce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/Event_Connection_Test_Connector.idl"

module Event_Connection_Test
{
  component Receiver
  {
    port Event_ConnectionConnector::DDS_Listen  info_listen;
    port Event_ConnectionConnector::DDS_Get     info_get;
    provides CCM_DDS::ConnectorStatusListener status_listener;
  };
};

#endif