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

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

#ifndef DDS_SL_ONEBYONE_SENDER_IDL
#define DDS_SL_ONEBYONE_SENDER_IDL

#include "Connector/SL_OneByOne_Connector.idl"

module SL_OneByOne
{
  component Sender
  {
     port CCM_DDS::TestTopic::DDS_Update test_topic_update;
  };
};

#endif