summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/ListenManyByMany/Receiver/LMBM_Test_Receiver.idl
blob: 71f1f8ed89dfb75329ecd516bb037a70a3b250a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/LMBM_Test_Connector.idl"

module LMBM_Test
{
  component Receiver
  {
    port ListenManyByManyTestConn::DDS_Listen info_listen;

    attribute unsigned short keys;
    attribute unsigned short iterations;
  };
};

#endif