summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl
blob: c340f79e086474ebe58b472cddc55f68000074b5 (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_STATE_CONNECTION_TEST_SENDER_IDL
#define DDS_STATE_CONNECTION_TEST_SENDER_IDL

#include "Connector/State_Connection_Test_Connector.idl"

module State_Connection_Test
{
  component Sender
  {
    port State_ConnectionTestConnector::DDS_Update info_update;
  };
};

#endif