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

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_CSL_QOSTEST_SENDER_IDL
#define DDS_CSL_QOSTEST_SENDER_IDL

#include "Connector/CSL_QoSTest_Connector.idl"

module CSL_QoSTest
{
  component Sender
  {
     port TestTopicConn::DDS_Write info_write;
     provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;

  };
};

#endif