summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Sender/Event_Connection_Test_Sender.idl
blob: 9a44606a0f31e8345d8340c23d36d0972a0073c1 (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$

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

#ifndef DDS_EVENT_CONNECTION_TEST_SENDER_IDL
#define DDS_EVENT_CONNECTION_TEST_SENDER_IDL

#include "Connector/Event_Connection_Test_Connector.idl"

module Event_Connection_Test
{
  component Sender
  {
    port Event_ConnectionConnector::DDS_Write info_write;
  };
};

#endif