summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/Sender/OIT_Test_Sender.idl
blob: b9108eee0857dfbeff1907506faf9a6a6a655625 (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
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef ON_INCONSISTENT_TOPIC_TEST_SENDER_IDL
#define ON_INCONSISTENT_TOPIC_TEST_SENDER_IDL

#include "SenderConnector/OIT_Sender_Connector.idl"

module OIT_Test
{
  component Sender
  {
    port OIT_Sender_TopicConnector::DDS_Write topic_write;
    provides CCM_DDS::ConnectorStatusListener connector_status;
  };
};

#endif