summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender.idl
blob: c39a2e212526ce1a912ebfbcb338b7f602242f51 (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>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_WRITER_ENTITY_SENDER_IDL
#define DDS_WRITER_ENTITY_SENDER_IDL

#include "Connector/Writer_Connector.idl"

module Writer
{
  component Sender
  {
    port CCM_DDS::WriterTest::DDS_Write info_write;
    attribute unsigned short keys;
  };
};

#endif /* DDS_WRITER_ENTITY_SENDER_IDL */