summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Sender/Event_Connection_Test_Sender.idl
blob: cd21c5158cb25ee18ddb84fb71c87bd95d904ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#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