summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/QueryFilterListenState/Sender/QFLS_Test_Sender.idl
blob: 67d4cd36c64e9427f35f113c0c699951e9ec0dea (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
26
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_QUERY_FILTER_LISTEN_STATE_TEST_SENDER_IDL
#define DDS_QUERY_FILTER_LISTEN_STATE_TEST_SENDER_IDL

#include "Connector/QFLS_Test_Connector.idl"

module QFLS_Test
{
  component Sender
  {
    port QueryFilterListenStateTestConn::DDS_Update info_update;

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

#endif