summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender.idl
blob: b8bc773804c70e0cd2ca6842f656e97de3960cca (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_MANYBYMANY_SENDER_IDL
#define DDS_SL_MANYBYMANY_SENDER_IDL

#include "Connector/SL_ManyByMany_Connector.idl"

module SL_ManyByMany
{
  component Sender
  {
     port ::SL_ManyByMany::SLManyByManyConnector::DDS_Update test_topic_update;
  };
};

#endif