summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender.idl
blob: 9b12ba1910617afbcc338a52803770bff12cd452 (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 Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_CSL_USTEST_SENDER_IDL
#define DDS_CSL_USTEST_SENDER_IDL

#include "Connector/CSL_USTest_Connector.idl"

module CSL_USTest
{
  component Sender
  {
    port TestTopicConn::DDS_Write test_topic_write;
    provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;
  };
};

#endif