summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender.idl
blob: 59d0fec76762657ee59662d444b3c3dee7265b68 (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 CCM_DDS::TestTopic::DDS_Update test_topic_update;
  };
};

#endif