summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/SLManyByMany/Receiver/SL_ManyByMany_Receiver.idl
blob: 509db69e0522333868cbe90ed8f17a9fecd6c73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/SL_ManyByMany_Connector.idl"

module SL_ManyByMany
{
  component Receiver
  {
    port CCM_DDS::TestTopic::DDS_StateListen info_out;
  };
};

#endif