summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Receiver/QCLS_Test_Receiver.idl
blob: 18d4713a28aef55738d595ddf53fb4ef1035e646 (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/QCLS_Test_Connector.idl"

module QCLS_Test
{
  component Receiver
  {
    port QueryConditionListenStateTestConnector::DDS_StateListen info_state;

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

#endif