summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Sender/WU_LateBinding_Sender.idl
blob: 2ae628babffc5634ee8119fa3b842457e8d5b763 (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$

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

#ifndef WU_LATEBINDING_SENDER_IDL
#define WU_LATEBINDING_SENDER_IDL

#include "Connector/WU_LateBinding_Connector.idl"

module WU_LateBinding
{
  component Sender
  {
    port WU_LateBindingTestConnector::DDS_Write  info_write;
    port WU_LateBindingTestConnector::DDS_Update info_update;

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

#endif