summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Receiver/QCTL_Test_Receiver.idl
blob: d168e0d1cfd01ec557dcefdae00db340058c1828 (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
25
// $Id$

/**
 * @file
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/QCTL_Test_Connector.idl"

module QCTL_Test
{
  component Receiver
  {
    port QueryConditionTwoListenersTestConnector::DDS_Listen info_listen_1;
    port QueryConditionTwoListenersTestConnector::DDS_Listen info_listen_2;

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

#endif