summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl
blob: 55aa5b7431a81021b62c119f20fff1e6e84f5452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

/**
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef DDS_CSL_QOSTEST_SENDER_IDL
#define DDS_CSL_QOSTEST_SENDER_IDL

#include "Connector/CSL_QoSTest_Connector.idl"

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

  };
};

#endif