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

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

#ifndef DDS_SL_ONEBYONE_SENDER_IDL
#define DDS_SL_ONEBYONE_SENDER_IDL

#include "Connector/SL_OneByOne_Connector.idl"

module SL_OneByOne
{
  component Sender
  {
     port SL_OneByOneConnector::DDS_Update test_topic_update;
     provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;
  };
};

#endif