summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Sender/QCLE_Test_Sender.idl
blob: 352d40b6042b2cad24263a0c97ff0d0793763e34 (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$

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

#ifndef DDS_QUERY_CONDITION_LISTEN_EVENT_TEST_SENDER_IDL
#define DDS_QUERY_CONDITION_LISTEN_EVENT_TEST_SENDER_IDL

#include "Connector/QCLE_Test_Connector.idl"

module QCLE_Test
{
  component Sender
  {
    port QueryConditionListenEventTestConnector::DDS_Write info_write;

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

#endif